UUIDGen

cats.effect.std.UUIDGen$
See theUUIDGen companion trait
object UUIDGen

Attributes

Companion:
trait
Source:
UUIDGen.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
UUIDGen.type

Members list

Concise view

Value members

Concrete methods

def apply[F[_]](implicit ev: UUIDGen[F]): UUIDGen[F]

Attributes

Source:
UUIDGen.scala
def randomString[F[_] : Functor]: F[String]

Attributes

Source:
UUIDGen.scala
def randomUUID[F[_] : UUIDGen]: F[UUID]

Attributes

Source:
UUIDGen.scala

Implicits

Inherited implicits

implicit def fromSync[F[_]](implicit ev: Sync[F]): UUIDGen[F]

Attributes

Inherited from:
UUIDGenCompanionPlatform (hidden)
Source:
UUIDGenCompanionPlatform.scala