Uses of Class
jsonvalues.JsBigInt
-
Packages that use JsBigInt Package Description jsonvalues json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way.jsonvalues.gen -
-
Uses of JsBigInt in jsonvalues
Methods in jsonvalues that return JsBigInt Modifier and Type Method 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 JsBigIntMethods in jsonvalues with parameters of type JsBigInt Modifier and Type Method Description int
JsBigInt. compareTo(JsBigInt o)
Compares twoJsBigInt
objects numerically. -
Uses of JsBigInt in jsonvalues.gen
Methods in jsonvalues.gen that return types with arguments of type JsBigInt Modifier and Type Method Description Supplier<JsBigInt>
JsBigIntGen. apply(Random seed)
Returns a supplier from the specified seed that generates a new JsBigInt each time it's calledstatic fun.gen.Gen<JsBigInt>
JsBigIntGen. arbitrary(int bits)
static fun.gen.Gen<JsBigInt>
JsBigIntGen. biased(int bits)
-