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