Uses of Interface
org.wildfly.clustering.function.Callable
Packages that use Callable
-
Uses of Callable in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as CallableMethods in org.wildfly.clustering.function that return CallableModifier and TypeMethodDescriptionstatic <T> Callable<T> Callable.empty()Returns a callable that returns null.static <T> Callable<T> Callable.exceptional(Supplier<? extends Exception> exceptionProvider) Returns a callable that throws the provided exception.static <T> Callable<T> Returns a callable that delegates to the specified supplier.default <R> Callable<R> Returns a callable whose result is mapped by the specified function.static <T> Callable<T> Callable.of(T value) Returns a callable that returns the specified value.static <T> Callable<T> Returns a callable that runs the specified runner and returnsnull.