Interface CheckedLongPredicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
LongPredicate that allows for checked exceptions.-
Method Summary
Modifier and TypeMethodDescriptionstatic LongPredicatesneaky(CheckedLongPredicate predicate) booleantest(long value) Evaluates this predicate on the given argument.static LongPredicateunchecked(CheckedLongPredicate predicate) static LongPredicateunchecked(CheckedLongPredicate function, Consumer<Throwable> handler)
-
Method Details
-
test
-
sneaky
-
unchecked
-
unchecked
-