public interface ByteBiConsumer extends Try.ByteBiConsumer<RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(byte t,
byte u) |
default ByteBiConsumer |
andThen(ByteBiConsumer after) |
void accept(byte t, byte u)
accept
in interface Try.ByteBiConsumer<RuntimeException>
default ByteBiConsumer andThen(ByteBiConsumer after)
Copyright © 2019. All rights reserved.