UUIDGen

object UUIDGen
Companion:
class
Source:
UUIDGen.scala
class Object
trait Matchable
class Any
UUIDGen.type

Value members

Concrete methods

def apply[F[_]](implicit ev: UUIDGen[F]): UUIDGen[F]
def randomString[F[_] : Functor]: F[String]
def randomUUID[F[_] : UUIDGen]: F[UUID]

Implicits

Inherited implicits

implicit def fromSync[F[_]](implicit ev: Sync[F]): UUIDGen[F]
Inherited from:
UUIDGenCompanionPlatform (hidden)
Source:
UUIDGenCompanionPlatform.scala