Result

org.finos.morphir.runtime.quick.Result$
See theResult companion trait
object Result

Attributes

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

Members list

Type members

Classlikes

case class Applied[TA, VA](body: Value[TA, VA], curried: List[(Name, Result[TA, VA])], closingContext: CallStackFrame[TA, VA])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ConstructorFunction[TA, VA](name: FQName, arguments: List[VA], curried: List[Result[TA, VA]]) extends Result[TA, VA]

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
class Object
trait Matchable
class Any
Show all
case class DefinitionFunction[TA, VA](body: Value[TA, VA], arguments: List[(Name, VA, Type[TA])], curried: List[(Name, Result[TA, VA])], closingContext: CallStackFrame[TA, VA]) extends Result[TA, VA]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
class Object
trait Matchable
class Any
Show all
case class FieldFunction[TA, VA](fieldName: Name) extends Result[TA, VA]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
class Object
trait Matchable
class Any
Show all
case class LambdaFunction[TA, VA](body: Value[TA, VA], pattern: Pattern[VA], closingContext: CallStackFrame[TA, VA]) extends Result[TA, VA]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
class Object
trait Matchable
class Any
Show all
case class ListResult[TA, VA](elements: List[Result[TA, VA]]) extends Result[TA, VA]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
class Object
trait Matchable
class Any
Show all
case class LocalDate[TA, VA](value: LocalDate) extends Result[TA, VA]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
class Object
trait Matchable
class Any
Show all
case class LocalTime[TA, VA](value: LocalTime) extends Result[TA, VA]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
class Object
trait Matchable
class Any
Show all
case class MapResult[TA, VA](elements: LinkedHashMap[Result[TA, VA], Result[TA, VA]]) extends Result[TA, VA]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
class Object
trait Matchable
class Any
Show all
case class NativeFunction[TA, VA](arguments: Int, curried: List[Result[TA, VA]], function: NativeFunctionSignature[TA, VA]) extends NativeFunctionResult[TA, VA]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NativeFunctionResult[TA, VA]
trait Result[TA, VA]
class Object
trait Matchable
class Any
Show all
sealed trait NativeFunctionResult[TA, VA] extends Result[TA, VA]

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NativeFunctionResult[TA, VA]
trait Result[TA, VA]
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 Primitive

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Primitive.type
sealed trait Primitive[TA, VA, T] extends Result[TA, VA]

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
class Object
trait Matchable
class Any
Show all
case class SetResult[TA, VA](elements: LinkedHashSet[Result[TA, VA]]) extends Result[TA, VA]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
class Object
trait Matchable
class Any
Show all
case class Tuple[TA, VA](elements: List[Result[TA, VA]]) extends Result[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
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[TA, VA]() extends Result[TA, VA]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[TA, VA]
class Object
trait Matchable
class Any
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

Value members

Concrete methods

def unwrapBoolean[TA, VA](arg: Result[TA, VA]): Boolean
def unwrapDecimal[TA, VA](arg: Result[TA, VA]): BigDecimal
def unwrapDouble[TA, VA](arg: Result[TA, VA]): Double
def unwrapFloat[TA, VA](arg: Result[TA, VA]): Double
def unwrapInt[TA, VA](arg: Result[TA, VA]): Int
def unwrapList[TA, VA](arg: Result[TA, VA]): List[Result[TA, VA]]
def unwrapLong[TA, VA](arg: Result[TA, VA]): Long
def unwrapMap[TA, VA](arg: Result[TA, VA]): LinkedHashMap[Result[TA, VA], Result[TA, VA]]
def unwrapNumeric[TA, VA](arg: Result[TA, VA]): Numeric[TA, VA, _]
def unwrapNumericWithHelper[TA, VA, N](arg: Result[TA, VA]): NumericWithHelper[N]
def unwrapNumericsWithHelper[TA, VA, N](arg1: Result[TA, VA], arg2: Result[TA, VA]): NumericsWithHelper[N]
def unwrapPrimitive[TA, VA](arg: Result[TA, VA]): Primitive[TA, VA, _]
def unwrapString[TA, VA](arg: Result[TA, VA]): String
def unwrapTuple[TA, VA](arg: Result[TA, VA]): List[Result[TA, VA]]