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