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.jsonvalues.gen -
-
Uses of JsDouble in jsonvalues
Methods in jsonvalues that return JsDouble Modifier and Type Method Description JsDouble
JsDouble. map(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()
Methods in jsonvalues with parameters of type JsDouble Modifier and Type Method Description int
JsDouble. compareTo(JsDouble o)
Compares twoJsDouble
objects numerically. -
Uses of JsDouble in jsonvalues.gen
Fields in jsonvalues.gen with type parameters of type JsDouble Modifier and Type Field Description static JsGen<JsDouble>
JsGens. decimal
Generates a decimal number
-