Gen

trace4cats.model.SpanId.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[SpanId]): Gen[F]

Implicits

Inherited implicits

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

Attributes

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

Attributes

Inherited from:
GenInstances1