public interface Runnable extends Runnable, Throwables.Runnable<RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
default Callable<Void> |
toCallable() |
default <E extends Throwable> |
toThrowable() |
void run()
run in interface Runnablerun in interface Throwables.Runnable<RuntimeException>default <E extends Throwable> Throwables.Runnable<E> toThrowable()
Copyright © 2021. All rights reserved.