SpanId

trace4cats.model.SpanId$
See theSpanId companion class
object SpanId

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SpanId.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[SpanId]
def gen[F[_] : Gen]: F[SpanId]
def unsafe(array: Array[Byte]): SpanId

Concrete fields

val size: Int

Implicits

Implicits

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