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
Methods in org.apache.commons.io.function with parameters of type IORunnableModifier and TypeMethodDescriptiondefault SIOBaseStream.onClose(IORunnable closeHandler) (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.