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