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