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

def applyParams(entryPoint: Value[Unit, UType], params: Value[Unit, UType]*): RTAction[Any, TypeError, Value[Unit, UType]]
final def evaluate(entryPoint: Value[Unit, UType], params: Value[Unit, UType]): RTAction[Any, MorphirRuntimeError, Data]
def evaluate(entryPoint: Value[Unit, UType], params: Data): RTAction[Any, MorphirRuntimeError, Data]
def evaluate(entryPoint: FQName, params: Data): RTAction[Any, MorphirRuntimeError, Data]

Inherited methods

def evaluate(value: Value[Unit, UType]): RTAction[Any, EvaluationError, Data]

Attributes

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

Attributes

Inherited from:
MorphirRuntime