Primitive

org.finos.morphir.runtime.RTValue.Primitive
See thePrimitive companion object
sealed trait Primitive[T] extends ValueResult[T]

Attributes

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

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 printed: String

Attributes

Inherited from:
RTValue
def succinct: String

Attributes

Inherited from:
RTValue