Uses of Package
org.apache.commons.io.function
Packages that use org.apache.commons.io.function
Package
Description
Provides classes for working with streams, readers, writers and files.
Provides classes to implement IO builders.
Provides extensions in the realm of
java.nio.file
.Provides IO-only related functional interfaces for lambda expressions and method references.
Provides implementations of input classes, such as
InputStream
and Reader
.Provides implementations of output classes, such as
OutputStream
and
Writer
.-
Classes in org.apache.commons.io.function used by org.apache.commons.ioClassDescriptionLike
Consumer
but throwsIOException
.LikeSupplier
but throwsIOException
.Represents a function that accepts three arguments and produces a result. -
Classes in org.apache.commons.io.function used by org.apache.commons.io.build
-
Classes in org.apache.commons.io.function used by org.apache.commons.io.fileClassDescriptionLike
BiFunction
but throwsIOException
.LikeFunction
but throwsIOException
.LikeSupplier
but throwsIOException
. -
Classes in org.apache.commons.io.function used by org.apache.commons.io.filefilter
-
Classes in org.apache.commons.io.function used by org.apache.commons.io.functionClassDescriptionLike
BaseStream
but throwsIOException
.Abstracts anIOBaseStream
implementation.LikeBiConsumer
but throwsIOException
.LikeBiFunction
but throwsIOException
.LikeBinaryOperator
but throwsIOException
.LikeComparator
but throwsIOException
.LikeConsumer
but throwsIOException
.LikeFunction
but throwsIOException
.LikeIntSupplier
but throwsIOException
.LikeIterator
but throwsIOException
.Adapts anIterator
as anIOIterator
.LikeLongSupplier
but throwsIOException
.LikePredicate
but throwsIOException
.Represents a function that accepts four arguments and produces a result.LikeRunnable
but throwsIOException
.LikeSpliterator
but throwsIOException
.Adapts anSpliterator
as anIOSpliterator
.LikeStream
but throwsIOException
.LikeSupplier
but throwsIOException
.LikeBiConsumer
but throwsIOException
.Represents a function that accepts three arguments and produces a result.LikeUnaryOperator
but throwsIOException
. -
Classes in org.apache.commons.io.function used by org.apache.commons.io.input
-
Classes in org.apache.commons.io.function used by org.apache.commons.io.outputClassDescriptionLike
Consumer
but throwsIOException
.LikeFunction
but throwsIOException
.LikeSupplier
but throwsIOException
.