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 JsLongJsLong. map(LongUnaryOperator fn)Maps this json long into another one.JsLongJsLong. minus(JsLong that)subtract this long from the specified onestatic JsLongJsLong. of(long n)Static factory method to create a JsLong from a long primitive type.JsLongJsLong. plus(JsLong that)adds up this long to the specified oneJsLongJsLong. times(JsLong that)multiplies this long by the specified onedefault JsLongJsValue. toJsLong()Methods in jsonvalues with parameters of type JsLong Modifier and Type Method Description intJsLong. compareTo(JsLong o)Compares twoJsLongobjects numerically.booleanJsBigDec. equals(JsLong jsLong)returns true if this bigdecimal and the specified long represent the same numberbooleanJsBigInt. equals(JsLong jsLong)returns true if this bigint and the specified long represent the same numberbooleanJsDouble. equals(JsLong jsLong)returns true if this double and the specified long represent the same numberbooleanJsInt. equals(JsLong jsLong)returns true if this integer and the specified long represent the same numberJsLongJsLong. minus(JsLong that)subtract this long from the specified oneJsLongJsLong. plus(JsLong that)adds up this long to the specified oneJsLongJsLong. times(JsLong that)multiplies this long by the specified one
-