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(DoubleUnaryOperator fn)
Maps this json double into another one.JsDouble
JsDouble. minus(JsDouble that)
subtract this long from the specified onestatic JsDouble
JsDouble. of(double n)
Static factory method to create a JsDouble from a double primitive type.JsDouble
JsDouble. plus(JsDouble that)
adds up this long to the specified oneJsDouble
JsDouble. times(JsDouble that)
multiplies this long by the specified onedefault 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.boolean
JsBigDec. equals(JsDouble jsDouble)
returns true if this bigdecimal and the specified double represent the same numberboolean
JsBigInt. equals(JsDouble jsDouble)
returns true if this bigint and the specified double represent the same numberboolean
JsInt. equals(JsDouble jsDouble)
returns true if this integer and the specified double represent the same numberboolean
JsLong. equals(JsDouble jsDouble)
returns true if this long and the specified double represent the same numberJsDouble
JsDouble. minus(JsDouble that)
subtract this long from the specified oneJsDouble
JsDouble. plus(JsDouble that)
adds up this long to the specified oneJsDouble
JsDouble. times(JsDouble that)
multiplies this long by the specified one
-