Uses of Interface
com.dudko.tools.safejavastreams.function.ThrowingRunnable
Packages that use ThrowingRunnable
-
Uses of ThrowingRunnable in com.dudko.tools.safejavastreams.adapter
Methods in com.dudko.tools.safejavastreams.adapter with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic RunnableCheckedAdapters.wrapRunnable(ThrowingRunnable runnable) Wraps a ThrowingRunnable into a regular Runnable.