Modifier and Type | Method | Description |
---|---|---|
default JsBigDec |
JsElem.asJsBigDec() |
|
JsBigDec |
JsBigDec.map(UnaryOperator<BigDecimal> fn) |
Maps this JsBigDec into another one
|
static JsBigDec |
JsBigDec.of(BigDecimal n) |
Static factory method to create a JsBigDec from a BigDecimal object.
|
Modifier and Type | Method | Description |
---|---|---|
int |
JsBigDec.compareTo(JsBigDec o) |
Compares two
JsBigDec objects numerically |
Copyright © 2019. All rights reserved.