| Package | Description |
|---|---|
| org.n52.janmayen | |
| org.n52.janmayen.exception | |
| org.n52.janmayen.function | |
| org.n52.janmayen.stream |
| Modifier and Type | Method and Description |
|---|---|
default void |
ThrowingIterator.forEachRemaining(ThrowingConsumer<? super T,? extends X> action)
Performs the given action for each remaining element until all elements have been processed or the action throws
an exception.
|
| Modifier and Type | Method and Description |
|---|---|
<T,X extends Exception> |
CompositeException.accept(ThrowingConsumer<T,X> consumer,
T t) |
<T,X extends Exception> |
CompositeException.wrapConsumer(ThrowingConsumer<T,X> consumer) |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingConsumer<A,X> |
ThrowingConsumer.andThen(ThrowingConsumer<? super A,? extends X> after)
Returns a composed
Consumer that performs, in sequence, this operation followed by the after
operation. |
default ThrowingConsumer<B,X> |
ThrowingBiConsumer.curryFirst(A t)
Get a
ThrowingConsumer by currying the first parameter. |
default ThrowingConsumer<A,X> |
ThrowingBiConsumer.currySecond(B u)
Get
ThrowingConsumer by currying the second parameter. |
default <T> ThrowingConsumer<T,X> |
ThrowingConsumer.map(ThrowingFunction<? super T,? extends A,X> fun)
Change the type of the parameter using the supplied mapper
|
| Modifier and Type | Method and Description |
|---|---|
default ThrowingConsumer<A,X> |
ThrowingConsumer.andThen(ThrowingConsumer<? super A,? extends X> after)
Returns a composed
Consumer that performs, in sequence, this operation followed by the after
operation. |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception,X extends CompositeException> |
MoreCollectors.toCompositeException(Supplier<X> supplier,
ThrowingConsumer<? super T,E> fun) |
static <T,E extends Exception> |
MoreCollectors.toCompositeException(ThrowingConsumer<? super T,E> fun) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.