TextMapGetter

org.typelevel.otel4s.context.propagation.TextMapGetter
See theTextMapGetter companion trait
object TextMapGetter

Attributes

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

Members list

Value members

Concrete methods

def apply[A](implicit getter: TextMapGetter[A]): TextMapGetter[A]

Attributes

Source
TextMapGetter.scala

Implicits

Implicits

implicit def forMapLike[Repr](implicit conv: IsMap[Repr] { type K = String; type V = String; }): TextMapGetter[Repr]

Attributes

Source
TextMapGetter.scala
implicit def forSeqLike[Repr](implicit conv: IsSeq[Repr] { type A = (String, String); }): TextMapGetter[Repr]

Attributes

Source
TextMapGetter.scala