@FunctionalInterface public interface ObjectDoublePredicate<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T object,
double value) |
boolean accept(T object, double value)
Copyright © 2004–2022. All rights reserved.