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 runner that consumes a value from the specified supplier.default RunnerReturns a runner that runs the specified runner after running this runner.default RunnerReturns a runner that runs the specified runner before running this runner.static RunnerRunner.empty()Returns an empty runner.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.static RunnerRunner.throwing(Supplier<RuntimeException> exceptionProvider) Returns a runner that throws the provided runtime exception.