BigIntNumber

case class BigIntNumber(value: BigInt) extends IntValue
trait Serializable
trait Product
trait Equals
trait IntValue
trait Value
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toBigInt: BigInt
Definition Classes
override def toInt: Int
Definition Classes
override def toLong: Long
Definition Classes
override def toString: String
Definition Classes
Any

Inherited methods

Performs a deep merge of two response values. This currently means that the list values will be concatenated, and object values will be merged, incompatible types will assume the right-hand side of the merge.

Performs a deep merge of two response values. This currently means that the list values will be concatenated, and object values will be merged, incompatible types will assume the right-hand side of the merge.

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