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 JsBigDecJsBigDec. map(UnaryOperator<BigDecimal> fn)Maps this JsBigDec into another onestatic JsBigDecJsBigDec. of(BigDecimal n)Static factory method to create a JsBigDec from a BigDecimal object.default JsBigDecJsValue. toJsBigDec()Methods in jsonvalues with parameters of type JsBigDec Modifier and Type Method Description intJsBigDec. compareTo(JsBigDec o)Compares twoJsBigDecobjects numericallybooleanJsBigInt. equals(JsBigDec jsBigDec)returns true if this bigint and the specified bigdecimal represent the same numberbooleanJsDouble. equals(JsBigDec jsBigDec)returns true if this double and the specified bigdecimal represent the same numberbooleanJsInt. equals(JsBigDec jsBigDec)returns true if this integer and the specified bigdecimal represent the same numberbooleanJsLong. equals(JsBigDec jsBigDec)returns true if this long and the specified bigdecimal represent the same number
-