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(DoubleUnaryOperator fn)Maps this json double into another one.JsDoubleJsDouble. minus(JsDouble that)subtract this long from the specified onestatic JsDoubleJsDouble. of(double n)Static factory method to create a JsDouble from a double primitive type.JsDoubleJsDouble. plus(JsDouble that)adds up this long to the specified oneJsDoubleJsDouble. times(JsDouble that)multiplies this long by the specified onedefault JsDoubleJsValue. toJsDouble()Methods in jsonvalues with parameters of type JsDouble Modifier and Type Method Description intJsDouble. compareTo(JsDouble o)Compares twoJsDoubleobjects numerically.booleanJsBigDec. equals(JsDouble jsDouble)returns true if this bigdecimal and the specified double represent the same numberbooleanJsBigInt. equals(JsDouble jsDouble)returns true if this bigint and the specified double represent the same numberbooleanJsInt. equals(JsDouble jsDouble)returns true if this integer and the specified double represent the same numberbooleanJsLong. equals(JsDouble jsDouble)returns true if this long and the specified double represent the same numberJsDoubleJsDouble. minus(JsDouble that)subtract this long from the specified oneJsDoubleJsDouble. plus(JsDouble that)adds up this long to the specified oneJsDoubleJsDouble. times(JsDouble that)multiplies this long by the specified one
-