Package | Description |
---|---|
org.apache.commons.io.function |
Provides IO-only related functional interfaces for lambda expressions and method references.
|
Modifier and Type | Method and Description |
---|---|
default S |
IOBaseStream.onClose(IORunnable closeHandler)
Like
BaseStream.onClose(Runnable) . |
(package private) static void |
Erase.run(IORunnable runnable)
Delegates to the given
IORunnable but erases its IOException 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,
java.util.function.Supplier<java.lang.String> message)
Runs an IO runnable.
|