org.typelevel.otel4s.context

Members list

Type members

Classlikes

trait Contextual[C]

Attributes

Companion
object
Source
Contextual.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object Contextual

Attributes

Companion
trait
Source
Contextual.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Contextual.type
trait Key[A]

A key for a context.

A key for a context.

Attributes

Note

Implementations MUST treat different instances as non-equal.

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

Attributes

Companion
trait
Source
Key.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Key.type
trait LocalProvider[F[_], Ctx]

A utility class to simplify the creation of the Local.

A utility class to simplify the creation of the Local.

Type parameters

Ctx

the type of the context

F

the higher-kinded type of a polymorphic effect

Attributes

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

Attributes

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

Attributes

Source
LocalProvider.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LocalProvider
Self type
object syntax extends Syntax

Attributes

Source
syntax.scala
Supertypes
trait Syntax
class Object
trait Matchable
class Any
Self type
syntax.type