| 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 <O,T extends java.lang.Throwable> |
Functions.call(Functions.FailableCallable<O,T> pCallable)
Calls a callable and rethrows any exception as a
RuntimeException. |