Uses of Class
jsonvalues.JsInt
-
Packages that use JsInt 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 JsInt in jsonvalues
Methods in jsonvalues that return JsInt Modifier and Type Method Description JsIntJsInt. map(IntUnaryOperator fn)Maps this json integer into another one.JsIntJsInt. minus(JsInt that)subtract this integer from the specified onestatic JsIntJsInt. of(int n)Static factory method to create a JsInt from an integer primitive type.JsIntJsInt. plus(JsInt that)adds up this integer to the specified oneJsIntJsInt. times(JsInt that)multiplies this integer by the specified onedefault JsIntJsValue. toJsInt()Methods in jsonvalues with parameters of type JsInt Modifier and Type Method Description intJsInt. compareTo(JsInt o)Compares twoJsIntobjects numerically.booleanJsBigDec. equals(JsInt jsInt)returns true if this bigdecimal and the specified integer represent the same numberbooleanJsBigInt. equals(JsInt jsInt)returns true if this biginteger and the specified integer represent the same numberbooleanJsDouble. equals(JsInt jsInt)returns true if this double and the specified integer represent the same numberbooleanJsLong. equals(JsInt jsInt)returns true if this long and the specified integer represent the same numberJsIntJsInt. minus(JsInt that)subtract this integer from the specified oneJsIntJsInt. plus(JsInt that)adds up this integer to the specified oneJsIntJsInt. times(JsInt that)multiplies this integer by the specified one
-