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