ObjectId
public class ObjectId : Codable
Undocumented
-
Undocumented
Declaration
Swift
public static let nullObjectId: ObjectId -
Undocumented
Declaration
Swift
public static func genericId() -> Self -
Undocumented
Declaration
Swift
public private(set) var objectType: ObjectType -
Undocumented
Declaration
Swift
public let instance: UInt64 -
Undocumented
Declaration
Swift
required public init(instance: UInt64) -
Declaration
Swift
required public convenience init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Undocumented
Declaration
Swift
public func asString() -> String
-
Declaration
Swift
public var description: String { get }
-
Undocumented
Declaration
Swift
public func asFullData() -> Data -
Undocumented
Declaration
Swift
public func asData() -> Data
-
Declaration
Swift
public static func == (lhs: ObjectId, rhs: ObjectId) -> Bool
-
Declaration
Swift
public static func < (lhs: ObjectId, rhs: ObjectId) -> Bool -
Declaration
Swift
public static func <= (lhs: ObjectId, rhs: ObjectId) -> Bool -
Declaration
Swift
public static func >= (lhs: ObjectId, rhs: ObjectId) -> Bool -
Declaration
Swift
public static func > (lhs: ObjectId, rhs: ObjectId) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Undocumented
Declaration
Swift
public func asObjectId<T>() throws -> T where T : ObjectId
View on GitHub
Install in Dash
ObjectId Class Reference