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