Primitive

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

Attributes

Companion
object
Graph
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

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[TA, VA]]

Attributes

Inherited from:
Result
def unwrapLong: Long

Attributes

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

Attributes

Inherited from:
Result
def unwrapNumeric: Numeric[TA, VA, _]

Attributes

Inherited from:
Result
def unwrapPrimitive: Primitive[TA, VA, _]

Attributes

Inherited from:
Result
def unwrapString: String

Attributes

Inherited from:
Result
def unwrapTuple: List[Result[TA, VA]]

Attributes

Inherited from:
Result