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. -
-
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()
Methods in jsonvalues with parameters of type JsBigInt Modifier and Type Method Description int
JsBigInt. compareTo(JsBigInt o)
Compares twoJsBigInt
objects numerically.
-