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