I1 - the type of the first argument to the operationI2 - the type of the second argument to the operationT - the type of the exception the accept method may throw@FunctionalInterface public interface ThrowingBiConsumer<I1,I2,T extends Throwable>
BiConsumer| Modifier and Type | Method and Description |
|---|---|
void |
accept(I1 i1,
I2 i2)
Performs this operation on the given arguments, potentially throwing an exception.
|
Apache Camel