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