| Package | Description |
|---|---|
| org.n52.janmayen.exception | |
| org.n52.janmayen.function |
| Modifier and Type | Method and Description |
|---|---|
<A,B,C,X extends Exception> |
CompositeException.accept(ThrowingTriConsumer<A,B,C,X> consumer,
A a,
B b,
C c) |
<A,B,C,X extends Exception> |
CompositeException.wrapConsumer(ThrowingTriConsumer<A,B,C,X> consumer) |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingTriConsumer<A,B,C,X> |
ThrowingTriConsumer.andThen(ThrowingTriConsumer<? super A,? super B,? super C,? extends X> after)
Returns a composed
ThrowingTriConsumer that performs, in sequence, this
operation followed by the after operation. |
default <T> ThrowingTriConsumer<T,B,C,X> |
ThrowingTriConsumer.mapFirst(ThrowingFunction<? super T,? extends A,X> fun) |
default <T> ThrowingTriConsumer<A,T,C,X> |
ThrowingTriConsumer.mapSecond(ThrowingFunction<? super T,? extends B,X> fun) |
default <T> ThrowingTriConsumer<A,B,T,X> |
ThrowingTriConsumer.mapThird(ThrowingFunction<? super T,? extends C,X> fun) |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingTriConsumer<A,B,C,X> |
ThrowingTriConsumer.andThen(ThrowingTriConsumer<? super A,? super B,? super C,? extends X> after)
Returns a composed
ThrowingTriConsumer 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.