O1
- Consumed type 1.O2
- Consumed type 2.T
- Thrown exception.FailableBiConsumer
.@Deprecated @FunctionalInterface public static interface Functions.FailableBiConsumer<O1,O2,T extends Throwable>
BiConsumer
that declares a Throwable
.
TODO for 4.0: Move to org.apache.commons.lang3.function.
Modifier and Type | Method and Description |
---|---|
void |
accept(O1 object1,
O2 object2)
Deprecated.
Accepts the consumer.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.