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> LikeConsumer
but throwsIOException
.IOFunction<T,R> LikeFunction
but throwsIOException
.IOSupplier<T> LikeSupplier
but throwsIOException
.