Interface IntPredicate

All Superinterfaces:
Predicate<Integer>
All Known Implementing Classes:
IntAnyOfPredicate, IntEqualsPredicate, IntGreaterOrEqualsPredicate, IntGreaterThanPredicate, IntLowerOrEqualsPredicate, IntLowerThanPredicate

public interface IntPredicate extends Predicate<Integer>