@FunctionalInterface public interface ByteConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(byte b)
执行
|
default ByteConsumer |
andThen(ByteConsumer after)
链式执行
|
void accept(byte b)
b - bytedefault ByteConsumer andThen(ByteConsumer after)
after - afterCopyright © 2025. All rights reserved.