Represents a predicate (boolean-valued function) of one int-valued argument. This is the int-consuming primitive type specialization of Predicate.
int
Predicate
This is a functional interface whose functional method is test(int).
test(int)
See also: Predicate
Since: 1.8
java.util.function.IntPredicate.and()
java.util.stream.IntStream.allMatch()