Uses of Interface
org.apache.camel.util.function.ThrowingBiConsumer
Packages that use ThrowingBiConsumer
-
Uses of ThrowingBiConsumer in org.apache.camel.util.function
Methods in org.apache.camel.util.function with parameters of type ThrowingBiConsumerModifier and TypeMethodDescriptionstatic <I1,I2, T extends Throwable>
BiConsumer<I1,I2> ThrowingHelper.wrapAsBiConsumer(ThrowingBiConsumer<I1, I2, T> consumer) Wrap aThrowingBiConsumerto a standardBiConsumerby throwing aRuntimeExceptionin case of an exception is thrown by the delegated consumer.