Context

org.typelevel.otel4s.java.context.Context
See theContext companion trait
object Context

Attributes

Companion
trait
Source
Context.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Context.type

Members list

Type members

Classlikes

object Contextual extends Contextual[Context]

Attributes

Source
Context.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Contextual.type
final class Key[A] extends Key[A], ContextKey[A]

A key for use with a Context

A key for use with a Context

Attributes

Companion
object
Source
Context.scala
Supertypes
trait ContextKey[A]
trait Key[A]
class Object
trait Matchable
class Any
object Key

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def wrap(context: Context): Context

Wraps a Java context as a Context.

Wraps a Java context as a Context.

Attributes

Source
Context.scala

Concrete fields

val root: Context

The root Context, from which all other contexts are derived.

The root Context, from which all other contexts are derived.

Attributes

Source
Context.scala