MorphirRuntime

org.finos.morphir.runtime.MorphirRuntime
See theMorphirRuntime companion object
trait MorphirRuntime[F[_], TA, VA]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def applyParams(entrypoint: Value[TA, VA], params: Value[TA, VA]): Value[TA, VA]
def evaluate(entryPoint: Value[TA, VA]): F[Data]

Concrete methods

final def evaluate(entrypoint: Value[TA, VA], params: Value[TA, VA]): F[Data]