T - TU - UR - R@FunctionalInterface public interface ExceptionBiFunction<T,U,R>
| 限定符和类型 | 方法和说明 |
|---|---|
default <V> ExceptionBiFunction<T,U,V> |
andThen(java.util.function.Function<? super R,? extends V> after) |
R |
apply(T t,
U u) |
default R |
applyWithCatchAny(T t,
U u) |
default R |
applyWithCatchAny(T t,
U u,
R defaultVal) |
default R |
applyWithThrowAny(T t,
U u) |
default java.util.function.BiFunction<T,U,R> |
toBiFunction() |
default <V> ExceptionBiFunction<T,U,V> andThen(java.util.function.Function<? super R,? extends V> after)
default java.util.function.BiFunction<T,U,R> toBiFunction()
Copyright © 2022. All rights reserved.