Uses of Interface
org.apache.commons.io.function.IORunnable
Package
Description
Provides IO-only related functional interfaces for lambda expressions and method references.
-
Uses of IORunnable in org.apache.commons.io.function
Modifier and TypeMethodDescriptionstatic IORunnable
IORunnable.noop()
Returns the constant no-op runnable.Modifier and TypeMethodDescriptiondefault S
IOBaseStream.onClose
(IORunnable closeHandler) static void
Uncheck.run
(IORunnable runnable) Runs an IO runnable.static void
Uncheck.run
(IORunnable runnable, Supplier<String> message) Runs an IO runnable.