Interface BiLongPredicate
- All Known Subinterfaces:
BiLongPredicate.StatefulBiLongPredicate
public interface BiLongPredicate
A boolean predicate over tuples of two longs.
- Since:
- 7.6.1
- Author:
- Pavel Klinov
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionstatic BiLongPredicatestatic <T> BiLongPredicate.StatefulBiLongPredicateof(ResettablePredicate<T> predicate, BiLongPredicate.BiLongFunction<T> toObj) booleantest(long first, long second)
-
Method Details
-
test
boolean test(long first, long second) -
of
static <T> BiLongPredicate.StatefulBiLongPredicate of(ResettablePredicate<T> predicate, BiLongPredicate.BiLongFunction<T> toObj) -
alwaysTrue
-