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