ValueResult

org.finos.morphir.runtime.RTValue.ValueResult
sealed trait ValueResult[T] extends RTValue

Attributes

Graph
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

Members list

Value members

Abstract methods

def value: T

Inherited methods

def printed: String

Attributes

Inherited from:
RTValue
def succinct: String

Attributes

Inherited from:
RTValue
def succinct(depth: Int): String

Attributes

Inherited from:
RTValue