static <E,R> R |
Throwables.caught(Throwables.ThrowingFunction<E,R,?> function,
E arg) |
static <E,R> R |
Throwables.caught(Throwables.ThrowingFunction<E,R,?> function,
E arg,
R defaultValue) |
static <E,R> R |
Throwables.checked(Throwables.ThrowingFunction<E,R,?> function,
E arg) |
static <E,R> R |
Throwables.checked(Throwables.ThrowingFunction<E,R,?> function,
E arg,
R defaultValue) |
static <E,R,T extends Throwable> Function<E,R> |
Throwables.ThrowingFunction.checked(Throwables.ThrowingFunction<E,R,T> function) |
static <E,R,T extends Throwable> Function<E,R> |
Throwables.function(Throwables.ThrowingFunction<E,R,T> function) |