Gen

trace4cats.model.TraceId.Gen
See theGen companion trait
object Gen extends GenInstances0

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Gen.type

Members list

Value members

Concrete methods

def apply[F[_]](implicit ev: Gen[F]): Gen[F]
def from[F[_]](f: F[TraceId]): Gen[F]

Implicits

Inherited implicits

implicit def fromRandomTraceIdGen[F[_] : Random]: Gen[F]

Attributes

Inherited from:
GenInstances0
implicit def threadLocalRandomTraceIdGen[F[_] : Sync]: Gen[F]

Attributes

Inherited from:
GenInstances1