TypedMorphirRuntime

org.finos.morphir.runtime.TypedMorphirRuntime
trait TypedMorphirRuntime extends MorphirRuntime[Unit, UType]

Attributes

Graph
Supertypes
trait MorphirRuntime[Unit, UType]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

final def evaluate(entryPoint: Value[Unit, UType], params: Value[Unit, UType]): RTAction[MorphirEnv, MorphirRuntimeError, Data]
def evaluate(entryPoint: Value[Unit, UType], params: Data): RTAction[MorphirEnv, MorphirRuntimeError, Data]
def evaluate(entryPoint: FQName, params: Data): RTAction[MorphirEnv, MorphirRuntimeError, Data]

Inherited methods

def applyParams(entryPoint: Value[Unit, UType], params: Value[Unit, UType]*): RTAction[MorphirEnv, TypeError, Value[TA, VA]]

Attributes

Inherited from:
MorphirRuntime
def evaluate(value: Value[Unit, UType]): RTAction[MorphirEnv, EvaluationError, Data]

Attributes

Inherited from:
MorphirRuntime
def evaluate(entryPoint: FQName, params: Value[Unit, UType]): RTAction[MorphirEnv, MorphirRuntimeError, Data]

Attributes

Inherited from:
MorphirRuntime