| Package | Description |
|---|---|
| com.helger.commons.collection.impl | |
| com.helger.commons.functional |
| Modifier and Type | Method and Description |
|---|---|
default <EXTYPE extends Throwable> |
ICommonsIterable.forEachThrowing(IThrowingConsumer<? super ELEMENTTYPE,EXTYPE> aConsumer)
A special version of
Iterable.forEach(Consumer) where a consumer can throw
an exception. |
default <EXTYPE extends Throwable> |
ICommonsIterable.forEachThrowing(IThrowingConsumer<? super ELEMENTTYPE,EXTYPE> aConsumer)
A special version of
Iterable.forEach(Consumer) where a consumer can throw
an exception. |
| Modifier and Type | Method and Description |
|---|---|
default IThrowingConsumer<T,EXTYPE> |
IThrowingConsumer.andThen(IThrowingConsumer<? super T,? extends EXTYPE> after)
Returns a composed
Consumer that performs, in sequence, this
operation followed by the after operation. |
default IThrowingConsumer<T,EXTYPE> |
IThrowingConsumer.andThen(IThrowingConsumer<? super T,? extends EXTYPE> after)
Returns a composed
Consumer that performs, in sequence, this
operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
default IThrowingConsumer<T,EXTYPE> |
IThrowingConsumer.andThen(IThrowingConsumer<? super T,? extends EXTYPE> after)
Returns a composed
Consumer that performs, in sequence, this
operation followed by the after operation. |
default IThrowingConsumer<T,EXTYPE> |
IThrowingConsumer.andThen(IThrowingConsumer<? super T,? extends EXTYPE> after)
Returns a composed
Consumer that performs, in sequence, this
operation followed by the after operation. |
Copyright © 2014–2022 Philip Helger. All rights reserved.