Companion

object Companion

Functions

endOf
Link copied to clipboard
common
fun endOf(unixTimestampMillis: Long): UUID
fromBytes
Link copied to clipboard
common
fun fromBytes(data: ByteArray): UUID
fromString
Link copied to clipboard
common
fun fromString(name: String): UUID
randomUUID
Link copied to clipboard
common
fun randomUUID(): UUID
startOf
Link copied to clipboard
common
fun startOf(unixTimestampMillis: Long): UUID
timeUUID
Link copied to clipboard
common
fun timeUUID(unixTimestampMillis: Long = currentTimestampMillis(), clockSequence: Int = -1, node: Long = -1L): UUID