KeySelect

org.typelevel.otel4s.AttributeKey.KeySelect
See theKeySelect companion trait
object KeySelect

Attributes

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

Members list

Value members

Concrete methods

def apply[A](implicit ev: KeySelect[A]): KeySelect[A]

Attributes

Source
AttributeKey.scala

Implicits

Implicits

implicit val booleanKey: KeySelect[Boolean]

Attributes

Source
AttributeKey.scala

Attributes

Source
AttributeKey.scala
implicit val doubleKey: KeySelect[Double]

Attributes

Source
AttributeKey.scala

Attributes

Source
AttributeKey.scala
implicit val longKey: KeySelect[Long]

Attributes

Source
AttributeKey.scala
implicit val longListKey: KeySelect[List[Long]]

Attributes

Source
AttributeKey.scala
implicit val stringKey: KeySelect[String]

Attributes

Source
AttributeKey.scala

Attributes

Source
AttributeKey.scala