Uses of Interface
org.wildfly.clustering.function.Callable
Packages that use Callable
-
Uses of Callable in org.wildfly.clustering.function
Methods in org.wildfly.clustering.function that return CallableModifier and TypeMethodDescriptiondefault <R> Callable<R> Returns a callable whose result is mapped by the specified function.Returns a callable that runs the specified runner and returnsnull.static <T> Callable<T> Returns a callable that delegates to the specified supplier.static <T> Callable<T> Callable.of(T value) Returns a callable that returns the specified value.