@FunctionalInterface public interface FunctionThrow<F,R,T extends Throwable>
| 限定符和类型 | 方法和说明 |
|---|---|
default <V> FunctionThrow<F,V,T> |
andThen(FunctionThrow<? super R,? extends V,T> after) |
R |
apply(F f) |
default <V> FunctionThrow<V,R,T> |
compose(FunctionThrow<? super V,? extends F,T> before) |
static <F,T extends Throwable> |
identity() |
default <V> FunctionThrow<V,R,T> compose(FunctionThrow<? super V,? extends F,T> before)
default <V> FunctionThrow<F,V,T> andThen(FunctionThrow<? super R,? extends V,T> after)
static <F,T extends Throwable> FunctionThrow<F,F,T> identity()
Copyright © 2017. All rights reserved.