@FunctionalInterface public interface ThrowingDoublePredicate extends DoublePredicate
DoublePredicate| Modifier and Type | Method and Description |
|---|---|
boolean |
doTest(double value) |
default boolean |
test(double value) |
and, negate, ordefault boolean test(double value)
test in interface DoublePredicate