@FunctionalInterface public interface DoublePredicate extends DoublePredicate, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(double value) |
default boolean |
test(double value) |
and, negate, orboolean accept(double value)
default boolean test(double value)
test in interface DoublePredicateCopyright © 2004–2017. All rights reserved.