Class Integers
java.lang.Object
fj.function.Integers
Curried functions over Integers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAbsolute value.Curried Integer addition.Evenness.A function that returns true if the given integer is greater than or equal to zero.A function that returns true if the given integer is greater than zero.A function that returns true if the given integer is less than or equal to zero.A function that returns true if the given integer is less than zero.Curried Integer multiplication.Negation.Power.Remainder.Curried Integer subtraction. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
add
-
multiply
-
subtract
-
negate
-
abs
-
remainder
-
power
-
even
-
gtZero
-
gteZero
-
ltZero
-
lteZero
-
-
Constructor Details
-
Integers
private Integers()
-
-
Method Details
-
sum
-
product
-
fromString
-