Modifier and Type | Method | Description |
---|---|---|
default JsDouble |
JsElem.asJsDouble() |
|
JsDouble |
JsDouble.map(DoubleUnaryOperator fn) |
Maps this json double into another one.
|
static JsDouble |
JsDouble.of(double n) |
Static factory method to create a JsDouble from a double primitive type.
|
Modifier and Type | Method | Description |
---|---|---|
int |
JsDouble.compareTo(JsDouble o) |
Compares two
JsDouble objects numerically. |
Copyright © 2019. All rights reserved.