Package pro.taskana.common.internal.util
Interface CheckedFunction<T,R,E extends Throwable>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,R> Function<T, R> wrap(CheckedFunction<T, R, Throwable> checkedFunction) static <T,R> Function<T, R> wrapExceptFor(CheckedFunction<T, R, Throwable> checkedFunction, Class<? extends RuntimeException> ignore)
-
Method Details
-
wrap
-
wrapExceptFor
static <T,R> Function<T,R> wrapExceptFor(CheckedFunction<T, R, Throwable> checkedFunction, Class<? extends RuntimeException> ignore) -
apply
-