Entity
public protocol Entity : AnyObject, Decodable, Encodable, Equatable
Undocumented
-
Undocumented
Declaration
Swift
associatedtype ID : Decodable, Encodable, Hashable
-
Undocumented
Declaration
Swift
var id: ID { get }
-
entity
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static var entity: String { get }
-
==(_:
Extension method_: ) Declaration
Swift
static func == (lhs: Self, rhs: Self) -> Bool
-
Field
Extension methodUndocumented
Declaration
Swift
public typealias Field<V> = FieldProperty<Self, V> where V : Decodable, V : Encodable