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