Uses of Interface
org.apache.commons.io.function.IORunnable
-
Packages that use IORunnable Package Description org.apache.commons.io.function Provides IO-only related functional interfaces for lambda expressions and method references. -
-
Uses of IORunnable in org.apache.commons.io.function
Methods in org.apache.commons.io.function with parameters of type IORunnable Modifier and Type Method Description default S
IOBaseStream. onClose(IORunnable closeHandler)
LikeBaseStream.onClose(Runnable)
.(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.
-