@FunctionalInterface public interface CharConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(char value) |
default CharConsumer |
andThen(CharConsumer after) |
void accept(char value)
default CharConsumer andThen(CharConsumer after)