Uses of Interface
de.codecentric.reedelk.runtime.api.commons.FunctionWithException
-
Packages that use FunctionWithException Package Description de.codecentric.reedelk.runtime.api.commons -
-
Uses of FunctionWithException in de.codecentric.reedelk.runtime.api.commons
Methods in de.codecentric.reedelk.runtime.api.commons with parameters of type FunctionWithException Modifier and Type Method Description static <T,R,E extends Exception>
Function<T,R>Unchecked. function(FunctionWithException<T,R,E> functionThrowingCheckedException)static <T,R,E extends Exception>
Function<T,R>Unchecked. function(FunctionWithException<T,R,E> functionThrowingCheckedException, BiFunction<T,Exception,? extends RuntimeException> exceptionSupplier)
-