Primitive

org.finos.morphir.runtime.quick.Result$.Primitive
See thePrimitive companion object
sealed trait Primitive[T] extends Result

Attributes

Companion
object
Graph
Supertypes
trait Result
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

Members list

Value members

Abstract methods

def value: T

Concrete methods

def isNumeric: Boolean
override def succinct(depth: Int): String

Attributes

Definition Classes

Inherited methods

def succinct: String

Attributes

Inherited from:
Result
def unwrapBoolean: Boolean

Attributes

Inherited from:
Result
def unwrapDecimal: BigDecimal

Attributes

Inherited from:
Result
def unwrapDouble: Double

Attributes

Inherited from:
Result
def unwrapFloat: Double

Attributes

Inherited from:
Result
def unwrapInt: Int

Attributes

Inherited from:
Result
def unwrapList: List[Result]

Attributes

Inherited from:
Result
def unwrapLong: Long

Attributes

Inherited from:
Result
def unwrapMap: LinkedHashMap[Result, Result]

Attributes

Inherited from:
Result

Attributes

Inherited from:
Result

Attributes

Inherited from:
Result
def unwrapString: String

Attributes

Inherited from:
Result
def unwrapTuple: List[Result]

Attributes

Inherited from:
Result