public interface ThrowingFunction<T,R,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t) |
default <N extends Exception> |
mapCheckedException(Function<Exception,N> exceptionMapper) |
default Function<T,R> |
onCheckedException(BiFunction<Exception,T,R> exceptionToFallback) |
Copyright © 2017. All rights reserved.