TraceId

trace4cats.model.TraceId$
See theTraceId companion class
object TraceId

Attributes

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

Members list

Type members

Classlikes

object Gen extends GenInstances0

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Gen.type
trait Gen[F[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Gen.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Gen.type
Self type

Value members

Concrete methods

def apply(array: Array[Byte]): Option[TraceId]
def gen[F[_] : Gen]: F[TraceId]
def unsafe(array: Array[Byte]): TraceId

Concrete fields

val size: Int

Implicits

Implicits

implicit val eq: Eq[TraceId]
implicit val show: Show[TraceId]