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