FieldStorableType
public protocol FieldStorableType
Values to be used for Field.Stored properties.
-
The
NSAttributeTypefor this typeDeclaration
Swift
associatedtype FieldStoredNativeType -
The
NSAttributeTypefor this type. Used internally by CoreStore. Do not call directly.Declaration
Swift
static var cs_rawAttributeType: NSAttributeType { get } -
Creates an instance of this type from raw native value. Used internally by CoreStore. Do not call directly.
Declaration
Swift
@inline(__always) static func cs_fromFieldStoredNativeType(_ value: FieldStoredNativeType) -> Self -
Creates
FieldStoredNativeTypevalue from this instance. Used internally by CoreStore. Do not call directly.Declaration
Swift
@inline(__always) func cs_toFieldStoredNativeType() -> Any?
View on GitHub
FieldStorableType Protocol Reference