| 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 <I,O,T extends Throwable> |
Functions.apply(Functions.FailableFunction<I,O,T> pFunction,
I pInput)
Applies a function and rethrows any exception as a
RuntimeException. |
static <I,O> Function<I,O> |
Functions.asFunction(Functions.FailableFunction<I,O,?> pFunction)
Converts the given
Functions.FailableFunction into a standard Function. |
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.