BigDecimalValue

final case class BigDecimalValue(value: BigDecimal) extends BigDecimalValueOrExpr with Value[BigDecimal]
trait Serializable
trait Product
trait Equals
trait Value[BigDecimal]
trait ValueOrExpr[BigDecimal]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product