Uses of Interface
com.dudko.tools.safejavastreams.function.ThrowingBiConsumer
Packages that use ThrowingBiConsumer
-
Uses of ThrowingBiConsumer in com.dudko.tools.safejavastreams.adapter
Methods in com.dudko.tools.safejavastreams.adapter with parameters of type ThrowingBiConsumerModifier and TypeMethodDescriptionstatic <T,
U> BiConsumer<T, U> CheckedAdapters.wrapBiConsumer
(ThrowingBiConsumer<T, U> consumer) Wraps a ThrowingBiConsumer into a regular BiConsumer.