public interface ObjByteConsumer<T> extends Try.ObjByteConsumer<T,java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
byte value) |
void accept(T t, byte value)
accept
in interface Try.ObjByteConsumer<T,java.lang.RuntimeException>