| Package | Description |
|---|---|
| com.helger.commons.functional |
| Modifier and Type | Method and Description |
|---|---|
default ITriConsumer<T,U,V> |
ITriConsumer.andThen(ITriConsumer<? super T,? super U,? super V> after)
Returns a composed
ITriConsumer that performs, in sequence, this
operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
default ITriConsumer<T,U,V> |
ITriConsumer.andThen(ITriConsumer<? super T,? super U,? super V> after)
Returns a composed
ITriConsumer that performs, in sequence, this
operation followed by the after operation. |
Copyright © 2014–2019 Philip Helger. All rights reserved.