Uses of Interface
de.aristaflow.ilm.util.IoToUncheckedFunction
Packages that use IoToUncheckedFunction
-
Uses of IoToUncheckedFunction in de.aristaflow.ilm.util
Methods in de.aristaflow.ilm.util with parameters of type IoToUncheckedFunctionModifier and TypeMethodDescriptionstatic <In,Out> Function<In, Out> IoToUncheckedFunction.wrap(IoToUncheckedFunction<In, Out> wrapped) Wraps the designatedFunctionby wrapping the thrownIOExceptionin aUncheckedIOException.static <In,Out> Function<In, Out> IoToUncheckedFunction.wrap(IoToUncheckedFunction<In, Out> wrapped, String msg) Wraps the designatedFunctionby wrapping the thrownIOExceptionin aUncheckedIOExceptionwith the message of the designated supplier.static <In,Out> Function<In, Out> IoToUncheckedFunction.wrap(IoToUncheckedFunction<In, Out> wrapped, Function<? super In, String> msgFunc) Wraps the designatedFunctionby wrapping the thrownIOExceptionin aUncheckedIOExceptionwith the message of the designated supplier.static <In,Out> Function<In, Out> IoToUncheckedFunction.wrap(IoToUncheckedFunction<In, Out> wrapped, Supplier<String> msgSupp) Wraps the designatedFunctionby wrapping the thrownIOExceptionin aUncheckedIOExceptionwith the message of the designated supplier.