@FunctionalInterface
public interface ObjCharConsumer<T>
BiConsumer
interface that takes a value of a given type and a char value. Adapted from
ObjIntConsumer
and the like.Modifier and Type | Method and Description |
---|---|
void |
accept(T v,
char c)
Perform this action on the given value and the given character.
|
void accept(T v, char c)