Uses of Interface
org.wildfly.clustering.function.Runnable
Packages that use Runnable
-
Uses of Runnable in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as RunnableMethods in org.wildfly.clustering.function that return RunnableModifier and TypeMethodDescriptiondefault RunnableReturns a task that runs the specified task after running this task.static RunnableRunnable.empty()Returns an empty task.static RunnableReturns a composite task that runs the specified task.static <T> RunnableReturns a task that consumes a value from the specified supplier.Methods in org.wildfly.clustering.function with parameters of type Runnable