Optional

extension Optional: CoreStoreDebugStringConvertible
extension Optional: FieldOptionalType
extension Optional: FieldRelationshipType, FieldRelationshipToOneType where Wrapped: CoreStoreObject
extension Optional: FieldStorableType where Wrapped: FieldStorableType
extension Optional: AllowedObjectiveCKeyPathValue where Wrapped: AllowedOptionalObjectiveCKeyPathValue
extension Optional: AllowedObjectiveCAttributeKeyPathValue where Wrapped: AllowedObjectiveCAttributeKeyPathValue, Wrapped: AllowedOptionalObjectiveCKeyPathValue
extension Optional: AllowedOptionalObjectiveCKeyPathValue, AllowedObjectiveCRelationshipKeyPathValue where Wrapped: AllowedObjectiveCRelationshipKeyPathValue
extension Optional: AllowedObjectiveCToManyRelationshipKeyPathValue where Wrapped: AllowedObjectiveCToManyRelationshipKeyPathValue, Wrapped: AllowedObjectiveCRelationshipKeyPathValue

FieldOptionalType

  • Declaration

    Swift

    @inlinable
    public var cs_wrappedValue: Wrapped? { get }

FieldRelationshipType

FieldStorableType

Available where Wrapped: AllowedOptionalObjectiveCKeyPathValue

  • Declaration

    Swift

    public typealias DestinationValueType = Wrapped.DestinationValueType
  • Declaration

    Swift

    public typealias ReturnValueType = Optional