Variables

org.finos.morphir.runtime.EvaluationEngine$.Variables
See theVariables companion object
final case class Variables(bindings: Map[Var, VarValue])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def ++=(bindings: VarBinding*): Variables

Alias for withBindings

Alias for withBindings

Attributes

def +=(binding: VarBinding): Variables
def apply(variable: Var): VarValue
def get(variable: Var): Option[VarValue]
def withBindings(bindings: VarBinding*): Variables

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product