Packages

sealed abstract class Context extends AnyRef

Represents the current state of all locals for a given execution context.

This should be treated as an opaque value and direct modifications and access are considered verboten.

Source
Local.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Context
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def bind(key: Key, value: Option[Any]): Context
  2. final def isolate(): Context