| Package | Description |
|---|---|
| org.apache.camel.util.function |
Function utility classes
|
| Modifier and Type | Method and Description |
|---|---|
static <I1,I2,T extends Throwable> |
ThrowingHelper.wrapAsBiConsumer(ThrowingBiConsumer<I1,I2,T> consumer)
Wrap a
ThrowingBiConsumer to a standard BiConsumer by throwing a RuntimeException in case
of an exception is thrown by the delegated consumer. |
Apache Camel