Uses of Class
jsonvalues.JsBigDec
-
Packages that use JsBigDec 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 JsBigDec in jsonvalues
Methods in jsonvalues that return JsBigDec Modifier and Type Method Description JsBigDec
JsBigDec. map(UnaryOperator<BigDecimal> fn)
Maps this JsBigDec into another onestatic JsBigDec
JsBigDec. of(BigDecimal n)
Static factory method to create a JsBigDec from a BigDecimal object.default JsBigDec
JsValue. toJsBigDec()
Methods in jsonvalues with parameters of type JsBigDec Modifier and Type Method Description int
JsBigDec. compareTo(JsBigDec o)
Compares twoJsBigDec
objects numericallyboolean
JsBigInt. equals(JsBigDec jsBigDec)
returns true if this bigint and the specified bigdecimal represent the same numberboolean
JsDouble. equals(JsBigDec jsBigDec)
returns true if this double and the specified bigdecimal represent the same numberboolean
JsInt. equals(JsBigDec jsBigDec)
returns true if this integer and the specified bigdecimal represent the same numberboolean
JsLong. equals(JsBigDec jsBigDec)
returns true if this long and the specified bigdecimal represent the same number
-