Set
extension Set: FieldRelationshipType, FieldRelationshipToManyType, FieldRelationshipToManyUnorderedType where Element: CoreStoreObject
-
Declaration
Swift
public typealias DestinationObjectType = Element
-
Declaration
Swift
public typealias NativeValueType = NSSet
-
Declaration
Swift
public typealias SnapshotValueType = Set<NSManagedObjectID>
-
Declaration
Swift
public typealias PublishedType = Set<ObjectPublisher<DestinationObjectType>>
-
Declaration
Swift
public static func cs_toReturnType(from value: NativeValueType?) -> Set<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