RTValue

org.finos.morphir.runtime.RTValue
See theRTValue companion trait
object RTValue

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
RTValue.type

Members list

Type members

Classlikes

case class Applied(body: TypedValue, curried: List[(Name, RTValue)], closingContext: CallStackFrame)

Attributes

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

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Comparable.type
sealed trait Comparable extends RTValue

Trait for types that may be comparable in Morphir; Note that not everythign that extends this may actually be compared. For instance, lists are comparable if and only if their elements are comparable.

Trait for types that may be comparable in Morphir; Note that not everythign that extends this may actually be compared. For instance, lists are comparable if and only if their elements are comparable.

Attributes

Companion
object
Supertypes
trait RTValue
class Object
trait Matchable
class Any
Known subtypes
class List
class Char
class Float
class Int
class String
class Tuple
Show all
case class ConstructorFunction(name: FQName, arguments: List[UType], curried: List[RTValue]) extends Function

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Function
trait RTValue
class Object
trait Matchable
class Any
Show all
case class ConstructorResult(name: FQName, values: List[RTValue]) extends RTValue

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
DayOfWeek.type
case class DefinitionFunction(body: TypedValue, arguments: List[(Name, UType, UType)], curried: List[(Name, RTValue)], closingContext: CallStackFrame, loc: CodeLocation) extends Function

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Function
trait RTValue
class Object
trait Matchable
class Any
Show all
case class FieldFunction(fieldName: Name) extends Function

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Function
trait RTValue
class Object
trait Matchable
class Any
Show all
sealed trait Function extends RTValue

Attributes

Supertypes
trait RTValue
class Object
trait Matchable
class Any
Known subtypes
case class LambdaFunction(body: TypedValue, pattern: Pattern[UType], closingContext: CallStackFrame, loc: AnonymousFunction) extends Function

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Function
trait RTValue
class Object
trait Matchable
class Any
Show all
case class List(elements: List[RTValue]) extends ValueResult[List[RTValue]], Comparable

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable
trait ValueResult[List[RTValue]]
trait RTValue
class Object
trait Matchable
class Any
Show all
case class LocalDate(value: LocalDate) extends ValueResult[LocalDate]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ValueResult[LocalDate]
trait RTValue
class Object
trait Matchable
class Any
Show all
case class LocalTime(value: LocalTime) extends ValueResult[LocalTime]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ValueResult[LocalTime]
trait RTValue
class Object
trait Matchable
class Any
Show all
case class Map(elements: LinkedHashMap[RTValue, RTValue]) extends ValueResult[LinkedHashMap[RTValue, RTValue]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ValueResult[LinkedHashMap[RTValue, RTValue]]
trait RTValue
class Object
trait Matchable
class Any
Show all
object Month

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Month.type
case class NativeFunction(arguments: Int, curried: List[RTValue], function: NativeFunctionSignature, loc: NativeFunction) extends NativeFunctionResult

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Function
trait RTValue
class Object
trait Matchable
class Any
Show all
sealed trait NativeFunctionResult extends Function

Attributes

Supertypes
trait Function
trait RTValue
class Object
trait Matchable
class Any
Known subtypes
case class NativeInnerFunction(arguments: Int, curried: List[RTValue], function: NativeFunctionSignatureAdv, loc: NativeFunction) extends NativeFunctionResult

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Function
trait RTValue
class Object
trait Matchable
class Any
Show all
case class NumericWithHelper[T](value: T, helper: Numeric[T], fractionalHelper: Option[Fractional[T]], integralHelper: Option[Integral[T]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NumericsWithHelper[T](a: T, b: T, helper: Numeric[T], fractionalHelper: Option[Fractional[T]], integralHelper: Option[Integral[T]])

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Order.type
object Primitive

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Primitive.type
sealed trait Primitive[T] extends ValueResult[T]

Attributes

Companion
object
Supertypes
trait ValueResult[T]
trait RTValue
class Object
trait Matchable
class Any
Known subtypes
class Boolean
class Char
trait Numeric[T]
class BigDecimal
class Float
class Int
class String
Show all
case class Record(elements: Map[Name, RTValue]) extends ValueResult[Map[Name, RTValue]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ValueResult[Map[Name, RTValue]]
trait RTValue
class Object
trait Matchable
class Any
Show all
case class Set(elements: LinkedHashSet[RTValue]) extends ValueResult[LinkedHashSet[RTValue]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ValueResult[LinkedHashSet[RTValue]]
trait RTValue
class Object
trait Matchable
class Any
Show all
case class Tuple(elements: List[RTValue]) extends ValueResult[List[RTValue]], Comparable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable
trait ValueResult[List[RTValue]]
trait RTValue
class Object
trait Matchable
class Any
Show all
object Tuple

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Tuple.type
case class Unit() extends RTValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RTValue
class Object
trait Matchable
class Any
Show all
sealed trait ValueResult[T] extends RTValue

Attributes

Supertypes
trait RTValue
class Object
trait Matchable
class Any
Known subtypes
class List
class LocalDate
class LocalTime
class Map
trait Primitive[T]
class Boolean
class Char
trait Numeric[T]
class BigDecimal
class Float
class Int
class String
class Record
class Set
class Tuple
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror