Numeric

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

Attributes

Companion
object
Graph
Supertypes
trait Primitive[T]
trait ValueResult[T]
trait RTValue
class Object
trait Matchable
class Any
Show all
Known subtypes
class BigDecimal
class Float
class Int

Members list

Value members

Abstract methods

def fractionalHelper: Option[Fractional[T]]
def integralHelper: Option[Integral[T]]
def numericHelper: Numeric[T]
def numericType: Type[T]
def value: T

Concrete methods

override def isNumeric: Boolean

Attributes

Definition Classes

Inherited methods

def printed: String

Attributes

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

Attributes

Definition Classes
Inherited from:
Primitive
def succinct: String

Attributes

Inherited from:
RTValue