Package org.apache.commons.io.function
This package defines IO-only related functional interfaces for lambda expressions and method references.
-
Interface Summary Interface Description IOConsumer<T> LikeConsumerbut throwsIOException.IOFunction<T,R> LikeFunctionbut throwsIOException.IOSupplier<T> LikeSupplierbut throwsIOException.