public interface ShortTriFunction<R> extends Try.ShortTriFunction<R,java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
default <V> ShortTriFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(short a,
short b,
short c) |
R apply(short a, short b, short c)
apply
in interface Try.ShortTriFunction<R,java.lang.RuntimeException>
default <V> ShortTriFunction<V> andThen(Function<? super R,? extends V> after)