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,O,T extends Throwable> |
Functions.apply(Functions.FailableBiFunction<O1,O2,O,T> function,
O1 input1,
O2 input2)
Deprecated.
Applies a function and rethrows any exception as a
RuntimeException . |
static <O1,O2,O> BiFunction<O1,O2,O> |
Functions.asBiFunction(Functions.FailableBiFunction<O1,O2,O,?> function)
Deprecated.
Converts the given
Functions.FailableBiFunction into a standard BiFunction . |
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.