| 程序包 | 说明 |
|---|---|
| xdean.jex.extra.function |
| 限定符和类型 | 方法和说明 |
|---|---|
default <V> FunctionThrow<F,V,T> |
FunctionThrow.andThen(FunctionThrow<? super R,? extends V,T> after) |
default <V> FunctionThrow<V,R,T> |
FunctionThrow.compose(FunctionThrow<? super V,? extends F,T> before) |
static <F,T extends Throwable> |
FunctionThrow.identity() |
| 限定符和类型 | 方法和说明 |
|---|---|
default <V> FunctionThrow<F,V,T> |
FunctionThrow.andThen(FunctionThrow<? super R,? extends V,T> after) |
default <V> FunctionThrow<V,R,T> |
FunctionThrow.compose(FunctionThrow<? super V,? extends F,T> before) |
Copyright © 2017. All rights reserved.