| Modifier and Type | Method and Description |
|---|---|
default <M> CheckedFunction<M,R,E> |
CheckedFunction.combine(CheckedFunction<M,T,? extends E> before)
Returns a composed function that first applies
before and then this. |
default <M> CheckedFunction<T,M,E> |
CheckedFunction.thenApply(CheckedFunction<R,M,? extends E> after)
Returns a composed function that first applies
this and then after. |
| Modifier and Type | Method and Description |
|---|---|
default <M> CheckedFunction<M,R,E> |
CheckedFunction.combine(CheckedFunction<M,T,? extends E> before)
Returns a composed function that first applies
before and then this. |
default <R> CheckedCallable<R,E> |
CheckedCallable.map(CheckedFunction<T,R,? extends E> func) |
default <M> CheckedFunction<T,M,E> |
CheckedFunction.thenApply(CheckedFunction<R,M,? extends E> after)
Returns a composed function that first applies
this and then after. |
Copyright © 2016. All rights reserved.