Package | Description |
---|---|
jsonvalues | |
jsonvalues.gen |
Modifier and Type | Method and Description |
---|---|
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.
|
default JsBigInt |
JsValue.toJsBigInt()
Retruns this JsValue as a JsBigInt
|
Modifier and Type | Method and Description |
---|---|
int |
JsBigInt.compareTo(JsBigInt o)
Compares two
JsBigInt objects numerically. |
Modifier and Type | Method and Description |
---|---|
Supplier<JsBigInt> |
JsBigIntGen.apply(Random seed)
Returns a supplier from the specified seed that generates a new JsBigInt each time it's called
|
static fun.gen.Gen<JsBigInt> |
JsBigIntGen.arbitrary(int bits) |
static fun.gen.Gen<JsBigInt> |
JsBigIntGen.biased(int bits) |
Copyright © 2022. All rights reserved.