| Package | Description |
|---|---|
| com.helger.commons.functional |
| Modifier and Type | Method and Description |
|---|---|
default <V> IThrowingFunction<T,V,EXTYPE> |
IThrowingFunction.andThen(IThrowingFunction<? super R,? extends V,? extends EXTYPE> after)
Returns a composed function that first applies this function to its input,
and then applies the
after function to the result. |
default <V> IThrowingFunction<V,R,EXTYPE> |
IThrowingFunction.compose(IThrowingFunction<? super V,? extends T,? extends EXTYPE> before)
Returns a composed function that first applies the
before function
to its input, and then applies this function to the result. |
| Modifier and Type | Method and Description |
|---|---|
default <V> IThrowingFunction<T,V,EXTYPE> |
IThrowingFunction.andThen(IThrowingFunction<? super R,? extends V,? extends EXTYPE> after)
Returns a composed function that first applies this function to its input,
and then applies the
after function to the result. |
default <V> IThrowingFunction<V,R,EXTYPE> |
IThrowingFunction.compose(IThrowingFunction<? super V,? extends T,? extends EXTYPE> before)
Returns a composed function that first applies the
before function
to its input, and then applies this function to the result. |
Copyright © 2014–2020 Philip Helger. All rights reserved.