Class IntegerPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.IntegerPredicates
-
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()
-
Method Details
-
isOdd
-
isEven
-
isPositive
-
isNegative
-
isZero
-
attributeIsEven
-
attributeIsOdd
-
attributeIsZero
-
attributeIsPositive
-
attributeIsNegative
-