Optional
extension Optional: OptionalProtocol
extension Optional: SchemaDiscoverable, _RealmSchemaDiscoverable where Wrapped: _RealmSchemaDiscoverable
extension Optional: _HasPersistedType where Wrapped: _HasPersistedType
extension Optional: _Persistable where Wrapped: _PersistableInsideOptional
extension Optional: _PrimaryKey where Wrapped: _Persistable, Wrapped.PersistedType: _PrimaryKey
extension Optional: _Indexable where Wrapped: _Persistable, Wrapped.PersistedType: _Indexable
extension Optional: BuiltInObjcBridgeable, _ObjcBridgeable where Wrapped: _ObjcBridgeable
extension Optional: _QueryNumeric where Wrapped: _Persistable, Wrapped.PersistedType: _QueryNumeric
extension Optional: _QueryString where Wrapped: _Persistable, Wrapped.PersistedType: _QueryString
extension Optional: _QueryBinary where Wrapped: _Persistable, Wrapped.PersistedType: _QueryBinary
extension Optional: RealmCollectionValue where Wrapped: _RealmCollectionValueInsideOptional
extension Optional: RealmPropertyType where Wrapped: RealmOptionalType & _RealmSchemaDiscoverable
extension Optional: MinMaxType where Wrapped: MinMaxType
extension Optional: AddableType where Wrapped: AddableType
extension Optional: SortableType where Wrapped: SortableType
-
Undocumented
Declaration
Swift
public func _rlmInferWrappedType() -> Wrapped
-
Undocumented
Declaration
Swift
public static var _rlmType: PropertyType { get } -
Undocumented
Declaration
Swift
public static var _rlmOptional: Bool { get } -
Undocumented
Declaration
Swift
public static func _rlmPopulateProperty(_ prop: RLMProperty)
-
Undocumented
Declaration
Swift
public typealias PersistedType = Wrapped.PersistedType?
-
Undocumented
Declaration
Swift
public static func _rlmDefaultValue() -> Optional<Wrapped> -
Undocumented
Declaration
Swift
public static func _rlmGetProperty(_ obj: ObjectBase, _ key: UInt16) -> Wrapped? -
Undocumented
Declaration
Swift
public static func _rlmSetProperty(_ obj: ObjectBase, _ key: UInt16, _ value: Wrapped?) -
Undocumented
Declaration
Swift
public static func _rlmSetAccessor(_ prop: RLMProperty)
-
Undocumented
Declaration
Swift
public static func _rlmFromObjc(_ value: Any) -> `Self`? -
Undocumented
Declaration
Swift
public var _rlmObjcValue: Any { get }
-
Declaration
Swift
public static func _rlmDefaultValue() -> Optional<Wrapped>
View on GitHub
Install in Dash