Uses of Interface
org.burningwave.core.function.ThrowingRunnable
Packages that use ThrowingRunnable
-
Uses of ThrowingRunnable in org.burningwave.core.concurrent
Methods in org.burningwave.core.concurrent with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionQueuedTaskExecutor.createTask(ThrowingRunnable<? extends Throwable> executable) QueuedTaskExecutor.Group.createTask(ThrowingRunnable<? extends Throwable> executable) QueuedTaskExecutor.Group.createTask(ThrowingRunnable<? extends Throwable> executable, int priority) <E extends Throwable>
voidSynchronizer.executeThrower(String id, ThrowingRunnable<E> executable) -
Uses of ThrowingRunnable in org.burningwave.core.function
Methods in org.burningwave.core.function that return ThrowingRunnableModifier and TypeMethodDescriptiondefault ThrowingRunnable<E> ThrowingRunnable.andThen(ThrowingRunnable<E> after) Methods in org.burningwave.core.function with parameters of type ThrowingRunnableModifier and TypeMethodDescriptiondefault ThrowingRunnable<E> ThrowingRunnable.andThen(ThrowingRunnable<E> after) static <E extends Throwable>
voidExecutor.run(ThrowingRunnable<E> runnable) static <E extends Throwable>
voidExecutor.run(ThrowingRunnable<E> runnable, int attemptsNumber) static <E extends Throwable>
voidExecutor.runAndIgnoreExceptions(ThrowingRunnable<? extends Throwable> runnable) static <E extends Throwable>
voidExecutor.runAndLogExceptions(ThrowingRunnable<? extends Throwable> runnable)