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