| Package | Description | 
|---|---|
| org.apache.commons.lang3 | 
 Provides highly reusable static utility methods, chiefly concerned with adding value to the  
java.lang classes. | 
| Modifier and Type | Method and Description | 
|---|---|
static <O1,O2,T extends Throwable> | 
Functions.accept(Functions.FailableBiConsumer<O1,O2,T> consumer,
      O1 object1,
      O2 object2)
Deprecated.  
Consumes a consumer and rethrows any exception as a  
RuntimeException. | 
static <O1,O2> BiConsumer<O1,O2> | 
Functions.asBiConsumer(Functions.FailableBiConsumer<O1,O2,?> consumer)
Deprecated.  
Converts the given  
Functions.FailableBiConsumer into a standard BiConsumer. | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.