Uses of Class
jsonvalues.JsLong
-
Packages that use JsLong 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 JsLong in jsonvalues
Methods in jsonvalues that return JsLong Modifier and Type Method Description JsLong
JsLong. map(LongUnaryOperator fn)
Maps this json long into another one.static JsLong
JsLong. of(long n)
Static factory method to create a JsLong from a long primitive type.default JsLong
JsValue. toJsLong()
Methods in jsonvalues with parameters of type JsLong Modifier and Type Method Description int
JsLong. compareTo(JsLong o)
Compares twoJsLong
objects numerically. -
Uses of JsLong in jsonvalues.gen
Fields in jsonvalues.gen with type parameters of type JsLong Modifier and Type Field Description static JsGen<JsLong>
JsGens. longInteger
Generates a long number
-