Uses of Interface
de.aristaflow.ilm.util.IoToUncheckedBiFunction
Packages that use IoToUncheckedBiFunction
-
Uses of IoToUncheckedBiFunction in de.aristaflow.ilm.util
Methods in de.aristaflow.ilm.util with parameters of type IoToUncheckedBiFunctionModifier and TypeMethodDescriptionstatic <In1,In2, Out>
BiFunction<In1,In2, Out> IoToUncheckedBiFunction.wrap(IoToUncheckedBiFunction<In1, In2, Out> wrapped) Wraps the designatedBiFunctionby wrapping the thrownIOExceptionin aUncheckedIOException.static <In1,In2, Out>
BiFunction<In1,In2, Out> IoToUncheckedBiFunction.wrap(IoToUncheckedBiFunction<In1, In2, Out> wrapped, String msg) Wraps the designatedBiFunctionby wrapping the thrownIOExceptionin aUncheckedIOExceptionwith the message of the designated supplier.static <In1,In2, Out>
BiFunction<In1,In2, Out> IoToUncheckedBiFunction.wrap(IoToUncheckedBiFunction<In1, In2, Out> wrapped, BiFunction<? super In1, ? super In2, String> msgBiFunc) Wraps the designatedBiFunctionby wrapping the thrownIOExceptionin aUncheckedIOExceptionwith the message of the designated supplier.static <In1,In2, Out>
BiFunction<In1,In2, Out> IoToUncheckedBiFunction.wrap(IoToUncheckedBiFunction<In1, In2, Out> wrapped, Supplier<String> msgSupp) Wraps the designatedBiFunctionby wrapping the thrownIOExceptionin aUncheckedIOExceptionwith the message of the designated supplier.