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