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