Context

org.finos.morphir.runtime.EvaluationEngine$.Context
See theContext companion object
final case class Context[+TA, +VA](parent: Option[Context[TA, VA]], variables: Variables)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Context[TA, VA]

Members list

Value members

Concrete methods

def ++=(bindings: VarBinding*): Context[TA, VA]
def +=(binding: VarBinding): Context[TA, VA]
def lookupVariable(variable: Var): ZPure[EngineEvent, Any, Any, Any, VariableNotFound, VarValue]
def push(bindings: VarBinding*): Context[TA, VA]
def variable(variable: Var): Option[VarValue]
def withBindings(bindings: VarBinding*): Context[TA, VA]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product