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