public interface IntBiFunction<R>
Modifier and Type | Method and Description |
---|---|
default <V> IntBiFunction<V> |
andThen(java.util.function.Function<? super R,? extends V> after) |
R |
apply(int t,
int u) |
R apply(int t, int u)
default <V> IntBiFunction<V> andThen(java.util.function.Function<? super R,? extends V> after)