Uses of Interface
org.apache.camel.util.function.ThrowingBiConsumer
-
Packages that use ThrowingBiConsumer Package Description org.apache.camel.util.function Function utility classes -
-
Uses of ThrowingBiConsumer in org.apache.camel.util.function
Methods in org.apache.camel.util.function with parameters of type ThrowingBiConsumer Modifier and Type Method Description static <I1,I2,T extends Throwable>
BiConsumer<I1,I2>ThrowingHelper. wrapAsBiConsumer(ThrowingBiConsumer<I1,I2,T> consumer)
Wrap aThrowingBiConsumer
to a standardBiConsumer
by throwing aRuntimeException
in case of an exception is thrown by the delegated consumer.
-