public interface IntBiFunction<R> extends Throwables.IntBiFunction<R,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default <V> IntBiFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(int t,
int u) |
R apply(int t, int u)
apply in interface Throwables.IntBiFunction<R,RuntimeException>default <V> IntBiFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2021. All rights reserved.