@FunctionalInterface
public abstract interface IntPredicate
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Represents a predicate (boolean-valued function) of one int-valued argument. This is the int-consuming primitive type specialization of Predicate.

This is a functional interface whose functional method is test(int).

See also:
Predicate

Since:  1.8