Uses of Class
jsonvalues.JsLong
-
Packages that use JsLong 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 JsLong in jsonvalues
Methods in jsonvalues that return JsLong Modifier and Type Method Description JsLong
JsLong. map(LongUnaryOperator fn)
Maps this json long into another one.JsLong
JsLong. minus(JsLong that)
subtract this long from the specified onestatic 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 oneJsLong
JsLong. times(JsLong that)
multiplies this long by the specified onedefault JsLong
JsValue. toJsLong()
Methods in jsonvalues with parameters of type JsLong Modifier and Type Method Description int
JsLong. compareTo(JsLong o)
Compares twoJsLong
objects numerically.boolean
JsBigDec. equals(JsLong jsLong)
returns true if this bigdecimal and the specified long represent the same numberboolean
JsBigInt. equals(JsLong jsLong)
returns true if this bigint and the specified long represent the same numberboolean
JsDouble. equals(JsLong jsLong)
returns true if this double and the specified long represent the same numberboolean
JsInt. equals(JsLong jsLong)
returns true if this integer and the specified long represent the same numberJsLong
JsLong. minus(JsLong that)
subtract this long from the specified oneJsLong
JsLong. plus(JsLong that)
adds up this long to the specified oneJsLong
JsLong. times(JsLong that)
multiplies this long by the specified one
-