Key

org.typelevel.otel4s.context.Key
See theKey companion object
trait Key[A]

A key for a context.

Attributes

Note

Implementations MUST treat different instances as non-equal.

Companion
object
Source
Key.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Key.scala

Abstract fields

val name: String

The debug name of the key.

The debug name of the key.

Attributes

Source
Key.scala