Uses of Class
jsonvalues.JsInt
-
Packages that use JsInt 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 JsInt in jsonvalues
Methods in jsonvalues that return JsInt Modifier and Type Method Description JsIntJsInt. map(java.util.function.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 Modifier and Type Method Description intJsInt. compareTo(JsInt o)Compares twoJsIntobjects numerically.
-