Uses of Class
jsonvalues.JsBigDec
-
-
Uses of JsBigDec in jsonvalues
Methods in jsonvalues that return JsBigDec Modifier and Type Method Description default JsBigDec
JsElem. asJsBigDec()
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.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
-