public interface ByteConsumer extends Try.ByteConsumer<java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(byte t) |
default ByteConsumer |
andThen(ByteConsumer after) |
void accept(byte t)
accept
in interface Try.ByteConsumer<java.lang.RuntimeException>
default ByteConsumer andThen(ByteConsumer after)