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