Modifier and Type | Method and Description |
---|---|
void |
accept(T t) |
static <T,R,E extends java.lang.Exception> |
create(Try.Function<T,R,E> func) |
static <T,E extends java.lang.Exception> |
of(Try.Consumer<T,E> consumer) |
static <T,E extends java.lang.Exception> Try.Consumer<T,E> of(Try.Consumer<T,E> consumer)
static <T,R,E extends java.lang.Exception> Try.Consumer<T,E> create(Try.Function<T,R,E> func)