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