EvaluatorQuick

org.finos.morphir.runtime.quick.EvaluatorQuick$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class BasicReference(tpe: UType)

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Constructor(name: String, arguments: List[Any])

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
FQString.type
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 IntType = Long

Value members

Concrete methods

def curry(f: RawValue, args: List[RawValue]): RawValue
def resultAndConceptToData(result: Result[Unit, UType], concept: Concept): Data
def resultToMDM(result: Result[Unit, UType], tpe: Type[Unit], dist: Library): Data
def scalaToIR(value: Any): RawValue
def typeToConcept(tpe: Type[Unit], dist: Library, boundTypes: Map[Name, Concept]): Concept