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