Class IntPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.IntPredicates
Provides a set of common predicates for int values.
This file was automatically generated from template file primitivePredicates.stg.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IntPredicatestatic IntPredicatestatic 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)
-
Method Details
-
equal
-
lessThan
-
greaterThan
-
isEven
-
isOdd
-
alwaysTrue
-
alwaysFalse
-
and
-
or
-
not
-