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> Callable<O> |
Functions.asCallable(Functions.FailableCallable<O,?> callable)
Deprecated.
Converts the given
Functions.FailableCallable into a standard Callable . |
static <O,T extends Throwable> |
Functions.call(Functions.FailableCallable<O,T> callable)
Deprecated.
Calls a callable and rethrows any exception as a
RuntimeException . |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.