| Package | Description |
|---|---|
| manifold.util |
| Modifier and Type | Method and Description |
|---|---|
default IndexedConsumer<T> |
IndexedConsumer.andThen(IndexedConsumer<? super T> after)
Returns a composed
Consumer that performs, in sequence, this
operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
default IndexedConsumer<T> |
IndexedConsumer.andThen(IndexedConsumer<? super T> after)
Returns a composed
Consumer that performs, in sequence, this
operation followed by the after operation. |
Copyright © 2019. All rights reserved.