@FunctionalInterface public static interface Functions.FailableBiConsumer<O1,O2,T extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(O1 pObject1,
O2 pObject2)
Accepts the consumer.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.