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. -
-
Uses of JsLong in jsonvalues
Methods in jsonvalues that return JsLong Modifier and Type Method Description JsLongJsLong. map(java.util.function.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 Modifier and Type Method Description intJsLong. compareTo(JsLong o)Compares twoJsLongobjects numerically.
-