Uses of Interface
org.wildfly.clustering.function.Runner
-
Uses of Runner in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as RunnerModifier and TypeFieldDescriptionstatic final RunnerRunner.EMPTYA runner that performs no action.Methods in org.wildfly.clustering.function that return RunnerModifier and TypeMethodDescriptionstatic <T> RunnerReturns a task that consumes a value from the specified supplier.default RunnerReturns a task that runs the specified task after running this task.static RunnerRunner.empty()Returns an empty task.default RunnerRunner.handle(Consumer<RuntimeException> handler) Returns a new runnable that delegates to the specified handler in the event of an exception.static RunnerReturns a composite runner that runs the specified runners.