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