TraceState

trace4cats.model.TraceState$
See theTraceState companion class
object TraceState

Attributes

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

Members list

Type members

Classlikes

final case class Key extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object Key

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Key.type
final case class Value extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object Value

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Value.type

Value members

Concrete methods

def apply(values: Map[Key, Value]): Option[TraceState]

Implicits

Implicits

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