EvaluatorQuick

org.finos.morphir.runtime.quick.EvaluatorQuick

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Constructor(name: String, arguments: List[Any])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Record(values: Map[String, Any])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Record

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Record.type

Types

type FloatType = Double

Value members

Concrete methods

def curry(f: RawValue, args: List[RawValue]): RawValue
def resultAndConceptToData(result: RTValue, concept: Concept): Data
def resultToMDM(result: RTValue, concept: Concept): Data
def typeToConcept(tpe: Type[Unit], dists: Distributions, boundTypes: Map[Name, Concept]): Concept