Uses of Interface
org.apache.commons.lang3.Functions.FailableCallable
Package
Description
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang
classes.-
Uses of Functions.FailableCallable in org.apache.commons.lang3
Modifier and TypeMethodDescriptionstatic <O> Callable<O>
Functions.asCallable
(Functions.FailableCallable<O, ?> callable) Deprecated.Converts the givenFunctions.FailableCallable
into a standardCallable
.static <O,
T extends Throwable>
OFunctions.call
(Functions.FailableCallable<O, T> callable) Deprecated.Calls a callable and rethrows any exception as aRuntimeException
.