| Package | Description |
|---|---|
| org.n52.janmayen.exception | |
| org.n52.janmayen.function |
| Modifier and Type | Method and Description |
|---|---|
<A,B,C,X extends Exception> |
CompositeException.wrapConsumer(ThrowingTriConsumer<A,B,C,X> consumer) |
| Modifier and Type | Method and Description |
|---|---|
default TriConsumer<A,B,C> |
TriConsumer.andThen(TriConsumer<? super A,? super B,? super C> after)
Returns a composed
TriConsumer that performs, in sequence, this operation followed by the after
operation. |
| Modifier and Type | Method and Description |
|---|---|
default TriConsumer<A,B,C> |
TriConsumer.andThen(TriConsumer<? super A,? super B,? super C> after)
Returns a composed
TriConsumer that performs, in sequence, this operation followed by the after
operation. |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.