Uses of Interface
org.apache.commons.lang3.function.FailableCallable
Packages that use FailableCallable
Package
Description
Provides functional interfaces to complement those in 
java.lang.function and utilities for working with Java
 8 lambdas.- 
Uses of FailableCallable in org.apache.commons.lang3.functionMethods in org.apache.commons.lang3.function with parameters of type FailableCallableModifier and TypeMethodDescriptionstatic <V> Callable<V>Failable.asCallable(FailableCallable<V, ?> callable) Converts the givenFailableCallableinto a standardCallable.static <V,E extends Throwable> 
 VFailable.call(FailableCallable<V, E> callable) Calls a callable and rethrows any exception as aRuntimeException.