Class IntegerPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.IntegerPredicates
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
private static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Predicates
<Integer> private static final Predicates
<Integer> private static final Predicates
<Integer> private static final Predicates
<Integer> private static final Predicates
<Integer> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Predicates
<T> attributeIsEven
(Function<? super T, Integer> function) static <T> Predicates
<T> attributeIsNegative
(Function<? super T, Integer> function) static <T> Predicates
<T> attributeIsOdd
(Function<? super T, Integer> function) static <T> Predicates
<T> attributeIsPositive
(Function<? super T, Integer> function) static <T> Predicates
<T> attributeIsZero
(Function<? super T, Integer> function) static Predicates
<Integer> isEven()
static Predicates
<Integer> static Predicates
<Integer> isOdd()
static Predicates
<Integer> static Predicates
<Integer> isZero()
-
Field Details
-
IS_ODD
-
IS_EVEN
-
IS_POSITIVE
-
IS_NEGATIVE
-
IS_ZERO
-
-
Constructor Details
-
IntegerPredicates
private IntegerPredicates()
-
-
Method Details
-
isOdd
-
isEven
-
isPositive
-
isNegative
-
isZero
-
attributeIsEven
-
attributeIsOdd
-
attributeIsZero
-
attributeIsPositive
-
attributeIsNegative
-