@FunctionalInterface public interface LongLongPredicate
long
-valued arguments.
This is the (long,
long)
specialization
of BiPredicate
.BiPredicate
Modifier and Type | Method and Description |
---|---|
boolean |
test(long a,
long b)
Evaluates this predicate on the given arguments.
|