@FunctionalInterface
public static interface Functions.FailableBiConsumer<O1,O2,T extends java.lang.Throwable>
Modifier and Type | Method and Description |
---|---|
void |
accept(O1 pObject1,
O2 pObject2)
Accepts the consumer.
|
void accept(O1 pObject1, O2 pObject2) throws T extends java.lang.Throwable
pObject1
- the first parameter for the consumable to acceptpObject2
- the second parameter for the consumable to acceptT
- if the consumer failsT extends java.lang.Throwable
Copyright © 2010 - 2020 Adobe. All Rights Reserved