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