Uses of Class
jsonvalues.JsInt
Packages that use JsInt
Package
Description
This package includes all the classes to represents, create and manipulate JSON
this package includes all the JSON generators
-
Uses of JsInt in jsonvalues
Methods in jsonvalues that return JsIntModifier and TypeMethodDescriptionJsInt.map(IntUnaryOperator fn) Maps this JSON integer into another one.static JsIntJsInt.of(int n) Static factory method to create a JsInt from an integer primitive type.default JsIntJsValue.toJsInt()Returns this JsValue as a JsIntMethods in jsonvalues with parameters of type JsInt -
Uses of JsInt in jsonvalues.gen
Methods in jsonvalues.gen that return types with arguments of type JsIntModifier and TypeMethodDescriptionReturns a supplier from the specified seed that generates a new JsInt each time it's calledstatic fun.gen.Gen<JsInt>JsIntGen.arbitrary()Returns a generator that produces values uniformly distributedstatic fun.gen.Gen<JsInt>JsIntGen.arbitrary(int min, int max) Returns a generator that produces values uniformly distributed over a specified intervalstatic fun.gen.Gen<JsInt>JsIntGen.biased()returns a biased generators that produces, with higher probability, potential problematic values that usually cause more bugs.static fun.gen.Gen<JsInt>JsIntGen.biased(int min, int max) returns a biased generators that produces, with higher probability, potential problematic values that usually cause more bugs.