public interface Runnable extends java.lang.Runnable, Try.Runnable<java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
static <R> Runnable |
create(Callable<R> callable) |
static Runnable |
of(Runnable runnable) |
void |
run() |
create, of