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