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