public interface ShortTriFunction<R> extends Throwables.ShortTriFunction<R,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 Throwables.ShortTriFunction<R,RuntimeException>default <V> ShortTriFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2021. All rights reserved.