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