public static interface Try.Function<T,R,E extends java.lang.Exception>
Modifier and Type | Method and Description |
---|---|
R |
apply(T t) |
static <T,E extends java.lang.Exception> |
create(Try.Consumer<T,E> consumer) |
static <T,E extends java.lang.Exception> Try.Function<T,java.lang.Void,E> create(Try.Consumer<T,E> consumer)