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