Uses of Class
jsonvalues.JsBigInt
Packages that use JsBigInt
Package
Description
The `jsonvalues` package provides a set of classes and interfaces for working with JSON (JavaScript Object Notation)
data in a type-safe and structured manner.
This package contains a set of generators for creating JSON-like data structures using the `jsonvalues` library.
-
Uses of JsBigInt in jsonvalues
Methods in jsonvalues that return JsBigIntModifier and TypeMethodDescriptionJsBigInt.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()
Returns this JsValue as a JsBigInt.Methods in jsonvalues with parameters of type JsBigInt -
Uses of JsBigInt in jsonvalues.gen
Methods in jsonvalues.gen that return types with arguments of type JsBigIntModifier and TypeMethodDescriptionJsBigIntGen.apply
(RandomGenerator seed) static fun.gen.Gen
<JsBigInt> JsBigIntGen.arbitrary()
static fun.gen.Gen
<JsBigInt> JsBigIntGen.arbitrary
(BigInteger min, BigInteger max) static fun.gen.Gen
<JsBigInt> JsBigIntGen.biased()
static fun.gen.Gen
<JsBigInt> JsBigIntGen.biased
(BigInteger min, BigInteger max)