Uses of Interface
com.dudko.tools.safejavastreams.function.ThrowingConsumer
Packages that use ThrowingConsumer
-
Uses of ThrowingConsumer in com.dudko.tools.safejavastreams.adapter
Methods in com.dudko.tools.safejavastreams.adapter with parameters of type ThrowingConsumerModifier and TypeMethodDescriptionstatic <T> Consumer<T>
CheckedAdapters.wrapConsumer
(ThrowingConsumer<T> consumer) Wraps a ThrowingConsumer into a regular Consumer.