UUID
Index
Codec
codecDecode
Returns the decoded
input
,Result.Ok
orResult.Error()
codecEncode
Returns the encoded
input
codecSchema
Returns the JSONSchema corresponding to the decoded type
Constructor
asInstance
Try to convert anyValue to enum value or else returns
Option.None
empty
Returns an
UUID
with only0
of
UUID constructor
Type
inspect
When defined, returns a custom string representation
hasInstance
Return
true
if the given value is an instance of the class.
Other
typeName
Re-exports typeName
readonlyid
Application id
readonlyinitialConfiguration
Application initial configuration
readonlystate
Ref to application state
__call__
configure
Return the configuration value
get
Return the configuration value
Type parameters
- Key: randomUUIDGenerator
toBigInt
Returns a bigint from UUID
toUint32Array
Converts a UUID to an array of uint32 values.
unwrap
Convert a tagged value to the underlying type
wrap
Convert an underlying type to a tagged type
UUID namespace