Uses of Class
jsonvalues.JsDouble
-
Packages that use JsDouble 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 JsDouble in jsonvalues
Methods in jsonvalues that return JsDouble Modifier and Type Method Description JsDoubleJsDouble. map(java.util.function.DoubleUnaryOperator fn)Maps this json double into another one.static JsDoubleJsDouble. of(double n)Static factory method to create a JsDouble from a double primitive type.default JsDoubleJsValue. toJsDouble()Returns this JsValue as a JsDoubleMethods in jsonvalues with parameters of type JsDouble Modifier and Type Method Description intJsDouble. compareTo(JsDouble o)Compares twoJsDoubleobjects numerically.
-