BigDecimal

org.finos.morphir.runtime.RTValue.Primitive.BigDecimal
case class BigDecimal(value: BigDecimal) extends Numeric[BigDecimal]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Numeric[BigDecimal]
trait Primitive[BigDecimal]
trait ValueResult[BigDecimal]
trait RTValue
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def isNumeric: Boolean

Attributes

Definition Classes
Inherited from:
Numeric
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

Definition Classes
Inherited from:
Primitive
def succinct: String

Attributes

Inherited from:
RTValue

Concrete fields

lazy val fractionalHelper: Option[Fractional[BigDecimal]]
lazy val integralHelper: Option[Integral[BigDecimal]]
lazy val numericHelper: Numeric[BigDecimal]
val numericType: Type[BigDecimal]