ContextPush

case class ContextPush[+In, +C](location: ContextTrace[In], context: C) extends ContextChange[In, C]
trait Serializable
trait Product
trait Equals
trait ContextChange[In, C]
class Object
trait Matchable
class Any

Value members

Inherited methods

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