Key

org.typelevel.otel4s.context.Key
See theKey companion trait
object Key

Attributes

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

Members list

Type members

Classlikes

object Provider

Attributes

Companion
trait
Source
Key.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Provider.type
trait Provider[F[_], K <: (Key)]

Something that provides context keys.

Something that provides context keys.

Type parameters

K

the type of keys

Attributes

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

Implicits

Implicits

implicit def hashKey[K <: (Key), A]: Hash[K[A]]

Attributes

Source
Key.scala
implicit def showKey[K <: (Key), A]: Show[K[A]]

Attributes

Source
Key.scala