TextMapUpdater

org.typelevel.otel4s.TextMapUpdater
See theTextMapUpdater companion trait

Attributes

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

Members list

Value members

Concrete methods

def apply[A](implicit updater: TextMapUpdater[A]): TextMapUpdater[A]

Attributes

Source
TextMapUpdater.scala

Implicits

Implicits

implicit def forMap[CC <: (MapOps)]: TextMapUpdater[CC[String, String]]

Attributes

Source
TextMapUpdater.scala
implicit def forSeq[CC <: (SeqOps)]: TextMapUpdater[CC[(String, String)]]

Attributes

Source
TextMapUpdater.scala
implicit def forSortedMap[CC <: ([x, y] =>> Map[x, y] & SortedMapOps[x, y, LazyRef(...), LazyRef(...)])]: TextMapUpdater[CC[String, String]]

Attributes

Source
TextMapUpdater.scala

Attributes

Source
TextMapUpdater.scala