Uses of Interface
org.apache.commons.io.function.IORunnable
Packages that use IORunnable
Package
Description
Provides IO-only related functional interfaces for lambda expressions and method references.
-
Uses of IORunnable in org.apache.commons.io.function
Fields in org.apache.commons.io.function declared as IORunnableModifier and TypeFieldDescription(package private) static final IORunnable
Constants.IO_RUNNABLE
No-op singleton.Methods in org.apache.commons.io.function that return IORunnableModifier and TypeMethodDescriptionstatic IORunnable
IORunnable.noop()
Returns the constant no-op runnable.Methods in org.apache.commons.io.function with parameters of type IORunnableModifier and TypeMethodDescriptiondefault S
IOBaseStream.onClose
(IORunnable closeHandler) (package private) static void
Erase.run
(IORunnable runnable) Delegates to the givenIORunnable
but erases itsIOException
for the compiler, while still throwing the exception at runtime.static void
Uncheck.run
(IORunnable runnable) Runs an IO runnable.static void
Uncheck.run
(IORunnable runnable, Supplier<String> message) Runs an IO runnable.