BiggerDecimal

io.circe.numbers.BiggerDecimal$
See theBiggerDecimal companion class

Attributes

Companion:
class
Source:
BiggerDecimal.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

Convert a scala.Double into a BiggerDecimal.

Convert a scala.Double into a BiggerDecimal.

Attributes

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).

Attributes

Source:
BiggerDecimal.scala

Parse string into BiggerDecimal.

Parse string into BiggerDecimal.

Attributes

Source:
BiggerDecimal.scala

Parse string into BiggerDecimal, returning null on parsing failure.

Parse string into BiggerDecimal, returning null on parsing failure.

Attributes

Source:
BiggerDecimal.scala

Concrete fields