public interface ShortTriConsumer extends Try.ShortTriConsumer<RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(short a,
short b,
short c) |
default ShortTriConsumer |
andThen(ShortTriConsumer after) |
void accept(short a, short b, short c)
accept
in interface Try.ShortTriConsumer<RuntimeException>
default ShortTriConsumer andThen(ShortTriConsumer after)
Copyright © 2019. All rights reserved.