Class IntegerPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.IntegerPredicates
public final class IntegerPredicates extends Object
-
Method Summary
Modifier and Type Method Description static <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>
isNegative()
static Predicates<Integer>
isOdd()
static Predicates<Integer>
isPositive()
static Predicates<Integer>
isZero()