Interface ThrowingDoublePredicate
- All Superinterfaces:
DoublePredicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleantest(double value) booleantestThrows(double value) Methods inherited from interface java.util.function.DoublePredicate
and, negate, or
-
Method Details
-
test
default boolean test(double value) - Specified by:
testin interfaceDoublePredicate
-
testThrows
- Throws:
Exception
-