Class IntPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.IntPredicates
public final class IntPredicates extends Object
Provides a set of common predicates for int values.
This file was automatically generated from template file primitivePredicates.stg.
-
Method Summary
Modifier and Type Method Description static IntPredicatealwaysFalse()static IntPredicatealwaysTrue()static IntPredicateand(IntPredicate one, IntPredicate two)static IntPredicateequal(int expected)static IntPredicategreaterThan(int expected)static IntPredicateisEven()static IntPredicateisOdd()static IntPredicatelessThan(int expected)static IntPredicatenot(IntPredicate negate)static IntPredicateor(IntPredicate one, IntPredicate two)