Entity

public protocol Entity : AnyObject, Decodable, Encodable, Hashable

Undocumented

  • ID

    Undocumented

    Declaration

    Swift

    associatedtype ID : Decodable, Encodable, Hashable
  • id

    Undocumented

    Declaration

    Swift

    var id: ID { get }
  • ==(_:_:) Extension method

    Declaration

    Swift

    static func == (lhs: Self, rhs: Self) -> Bool
  • hash(into:) Extension method

    Declaration

    Swift

    func hash(into hasher: inout Hasher)