RawRepresentable
extension RawRepresentable where RawValue: _RealmSchemaDiscoverable
extension RawRepresentable where Self: _PersistableInsideOptional, RawValue: _PersistableInsideOptional
-
Undocumented
Declaration
Swift
public static var _rlmType: PropertyType { get } -
Undocumented
Declaration
Swift
public static var _rlmOptional: Bool { get } -
Undocumented
Declaration
Swift
public static var _rlmRequireObjc: Bool { get } -
Undocumented
Declaration
Swift
public func _rlmPopulateProperty(_ prop: RLMProperty) -
Undocumented
Declaration
Swift
public static func _rlmPopulateProperty(_ prop: RLMProperty)
-
Undocumented
Declaration
Swift
public typealias PersistedType = RawValue -
Undocumented
Declaration
Swift
public static func _rlmGetProperty(_ obj: ObjectBase, _ key: PropertyKey) -> Self -
Undocumented
Declaration
Swift
public static func _rlmGetPropertyOptional(_ obj: ObjectBase, _ key: PropertyKey) -> Self? -
Undocumented
Declaration
Swift
public static func _rlmSetProperty(_ obj: ObjectBase, _ key: PropertyKey, _ value: Self) -
Undocumented
Declaration
Swift
public static func _rlmSetAccessor(_ prop: RLMProperty)
View on GitHub
Install in Dash