Java LongPredicate
Introduction In Java, the LongPredicate interface is a functional interface that represents a predicate (boolean-valued function) with a single long-valued argument. It is part of the java.util.function package and is used for testing conditions involving long values.