Key
public struct Key
extension Key: Codable
extension Key: JSONDecodable
extension Key: DictionaryConvertible
extension Key: Equatable
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
public init?(json: JSON) - 
                  
                  
Undocumented
Declaration
Swift
public var safeName: String { get } 
- 
                  
                  
Declaration
Swift
public var dictionary: DictionaryConvertible.Dico { get } 
- 
                  
                  
Declaration
Swift
public static func == (lhf: Key, rhf: Key) -> Bool 
- 
                  
                  
Undocumented
Declaration
Swift
public func predicate(for importable: RecordImportable, with mapper: AttributeValueMapper = .default, ifNotImportable: Bool = true) -> NSPredicate? - 
                  
                  
Undocumented
Declaration
Swift
public func predicate(for json: JSON) -> NSPredicate - 
                  
                  
Undocumented
Declaration
Swift
public func predicate(for value: Any) -> NSPredicate - 
                  
                  
Undocumented
Declaration
Swift
public func predicate(forDeletedRecord deletedRecord: DeletedRecord) -> NSPredicate 
        Key Structure Reference