Context

case class Context(properties: Map[Key[_], Any])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +[T](t: (Key[T], T)): Context
def ++(that: Context): Context
def ++(that: Seq[KeyValue]): Context
def -[T](t: Key[T]): Context
def apply[T](key: KeyWithDefault[T]): T
def curve: String
def get[T](key: Key[T]): Option[T]
def goe[T](key: Key[T], v: => T): T
def scope: String
def scopeList: List[String]
override def toString: String
Definition Classes
Any
def unit: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product