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