@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)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.