Uses of Interface
org.apache.commons.lang3.function.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.function
Modifier and TypeMethodDescriptionstatic <V> Callable<V>
Failable.asCallable
(FailableCallable<V, ?> callable) Converts the givenFailableCallable
into a standardCallable
.static <V,
E extends Throwable>
VFailable.call
(FailableCallable<V, E> callable) Calls a callable and rethrows any exception as aRuntimeException
.