public interface DoublePredicate
double
-valued
argument. This is the double
-consuming primitive type specialization
of Predicate
.
This is a functional interface
whose functional method is test(double)
.
Predicate
Modifier and Type | Method and Description |
---|---|
boolean |
test(double value)
Evaluates this predicate on the given argument.
|
Copyright © 2016. All rights reserved.