BiggerDecimal

Companion:
class
Source:
BiggerDecimal.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

Convert a scala.Double into a BiggerDecimal.

Convert a scala.Double into a BiggerDecimal.

Note:

This method assumes that the input is not NaN or infinite, and will throw a NumberFormatException if that assumption does not hold.

Source:
BiggerDecimal.scala

Is a string representing an integral value a valid scala.Long?

Is a string representing an integral value a valid scala.Long?

Note that this method assumes that the input is a valid integral JSON number string (e.g. that it does have leading zeros).

Source:
BiggerDecimal.scala

Parse string into BiggerDecimal.

Parse string into BiggerDecimal.

Source:
BiggerDecimal.scala

Parse string into BiggerDecimal, returning null on parsing failure.

Parse string into BiggerDecimal, returning null on parsing failure.

Source:
BiggerDecimal.scala