@FunctionalInterface public interface DoublePredicate
double-valued predicate (function with boolean type result).Predicate| Modifier and Type | Interface and Description |
|---|---|
static class |
DoublePredicate.Util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(double value)
Tests the value for satisfying predicate.
|
Copyright © 2017. All rights reserved.