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