Array
extension Array: CoreStoreDebugStringConvertible
extension Array: FieldRelationshipType, FieldRelationshipToManyType, FieldRelationshipToManyOrderedType where Element: CoreStoreObject
-
Declaration
Swift
public typealias DestinationObjectType = Element
-
Declaration
Swift
public typealias NativeValueType = NSOrderedSet
-
Declaration
Swift
public typealias SnapshotValueType = [NSManagedObjectID]
-
Declaration
Swift
public typealias PublishedType = [ObjectPublisher<DestinationObjectType>]
-
Declaration
Swift
public static func cs_toReturnType(from value: NativeValueType?) -> Array<Element>
-
Declaration
Swift
public static func cs_toPublishedType(from value: SnapshotValueType, in context: NSManagedObjectContext) -> PublishedType
-
Declaration
Swift
public static func cs_toNativeType(from value: `Self`) -> NativeValueType?
-
Declaration
Swift
public static func cs_toSnapshotType(from value: PublishedType) -> SnapshotValueType
-
Declaration
Swift
public static func cs_valueForSnapshot(from objectIDs: [DestinationObjectType.ObjectID]) -> SnapshotValueType