V4

memeid4s.UUID$.V4$
object V4

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
V4.type

Members list

Concise view

Value members

Concrete methods

def apply(msb: Long, lsb: Long): UUID

Construct a v4 (random) UUID from the given msb and lsb.

Construct a v4 (random) UUID from the given msb and lsb.

Attributes

lsb

Least significant bit in Long representation

msb

Most significant bit in Long representation

Returns:

V4

def squuid(implicit P: Posix): UUID