Modifier and Type | Method | Description |
---|---|---|
default JsBigInt |
JsElem.asJsBigInt() |
|
JsBigInt |
JsBigInt.map(UnaryOperator<BigInteger> fn) |
Maps this json bigint into another one.
|
static JsBigInt |
JsBigInt.of(BigInteger n) |
Static factory method to create a JsBigInt from BigInteger objects.
|
Modifier and Type | Method | Description |
---|---|---|
int |
JsBigInt.compareTo(JsBigInt o) |
Compares two
JsBigInt objects numerically. |
Copyright © 2019. All rights reserved.