| 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 <I1,I2> BiPredicate<I1,I2> | 
Functions.asBiPredicate(Functions.FailableBiPredicate<I1,I2,?> predicate)
Converts the given  
Functions.FailableBiPredicate into a standard BiPredicate. | 
static <O1,O2,T extends Throwable> | 
Functions.test(Functions.FailableBiPredicate<O1,O2,T> predicate,
    O1 object1,
    O2 object2)
Tests a predicate and rethrows any exception as a  
RuntimeException. | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.