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
Fields in org.apache.commons.io.function declared as IORunnable Modifier and Type Field Description (package private) static IORunnableConstants. IO_RUNNABLENo-op singleton.Methods in org.apache.commons.io.function that return IORunnable Modifier and Type Method Description static IORunnableIORunnable. noop()Returns the constant no-op runnable.Methods in org.apache.commons.io.function with parameters of type IORunnable Modifier and Type Method Description default SIOBaseStream. onClose(IORunnable closeHandler)LikeBaseStream.onClose(Runnable).(package private) static voidErase. run(IORunnable runnable)Delegates to the givenIORunnablebut erases itsIOExceptionfor the compiler, while still throwing the exception at runtime.static voidUncheck. run(IORunnable runnable)Runs an IO runnable.static voidUncheck. run(IORunnable runnable, java.util.function.Supplier<java.lang.String> message)Runs an IO runnable.
-