@FunctionalInterface public interface ThrowableFunction<A,B,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
B |
apply(A input) |
static <A,B,E extends Exception> |
lift(ThrowableFunction<A,B,E> f) |
static <T extends Throwable> |
sneakyRethrow(Throwable t) |
default Function<A,B> |
toFunction() |
Copyright © 2008–2017. All rights reserved.