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