JsBigInt

final case class JsBigInt(value: BigInt) extends JsNumber

Represents an immutable number of type BigInt

Value parameters:
value

the value of the number

Companion:
object
trait Serializable
trait Product
trait Equals
trait JsNumber
trait JsValue
class Object
trait Matchable
class Any

Value members

Concrete methods

override def equals(that: Any): Boolean
Definition Classes
Equals -> Any
override def hashCode(): Int
Definition Classes
Any
override def toString: String
Definition Classes
Any

Inherited methods

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