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