IdGenerator

org.typelevel.otel4s.sdk.trace.IdGenerator
See theIdGenerator companion trait
object IdGenerator

Attributes

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

Members list

Value members

Concrete methods

def random[F[_] : Random]: IdGenerator[F]

Creates IdGenerator that uses cats.effect.std.Random under the hood.

Creates IdGenerator that uses cats.effect.std.Random under the hood.

Attributes

Source
IdGenerator.scala