| Package | Description |
|---|---|
| org.n52.janmayen.exception | |
| org.n52.janmayen.function |
| Modifier and Type | Method and Description |
|---|---|
<T,U,X extends Exception> |
CompositeException.accept(ThrowingBiConsumer<T,U,X> consumer,
T t,
U u) |
<T,U,X extends Exception> |
CompositeException.wrapConsumer(ThrowingBiConsumer<T,U,X> consumer) |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingBiConsumer<A,B,X> |
ThrowingBiConsumer.andThen(ThrowingBiConsumer<? super A,? super B,? extends X> after)
Returns a composed
BiConsumer that performs, in sequence, this operation followed by the after
operation. |
default ThrowingBiConsumer<B,C,X> |
ThrowingTriConsumer.curryFirst(A a) |
default ThrowingBiConsumer<A,C,X> |
ThrowingTriConsumer.currySecond(B b) |
default ThrowingBiConsumer<A,B,X> |
ThrowingTriConsumer.curryThird(C c) |
default <T> ThrowingBiConsumer<T,B,X> |
ThrowingBiConsumer.mapFirst(ThrowingFunction<? super T,? extends A,X> fun)
Change the first parameter using the supplied mapper.
|
default <T> ThrowingBiConsumer<A,T,X> |
ThrowingBiConsumer.mapSecond(ThrowingFunction<? super T,? extends B,X> fun)
Change the second parameter using the supplied mapper.
|
| Modifier and Type | Method and Description |
|---|---|
default ThrowingBiConsumer<A,B,X> |
ThrowingBiConsumer.andThen(ThrowingBiConsumer<? super A,? super B,? extends X> after)
Returns a composed
BiConsumer 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.