T
- E
- public static interface Try.Consumer<T,E extends Exception>
Modifier and Type | Method and Description |
---|---|
void |
accept(T t) |
static <T,R,E extends Exception> |
convert(Try.Function<T,R,E> func) |
static <T,R,E extends Exception> Try.Consumer<T,E> convert(Try.Function<T,R,E> func)
T
- R
- E
- func
- Copyright © 2019. All rights reserved.