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