O1
- Consumed type 1.O2
- Consumed type 2.T
- Thrown exception.FailableBiConsumer
.@Deprecated
@FunctionalInterface
public static interface Functions.FailableBiConsumer<O1,O2,T extends java.lang.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.
|
void accept(O1 object1, O2 object2) throws T extends java.lang.Throwable
object1
- the first parameter for the consumable to acceptobject2
- the second parameter for the consumable to acceptT
- Thrown when the consumer fails.T extends java.lang.Throwable
Copyright © 2010 - 2023 Adobe. All Rights Reserved