Uses of Interface
org.apache.commons.io.function.IOBaseStream
Packages that use IOBaseStream
Package
Description
Provides IO-only related functional interfaces for lambda expressions and method references.
-
Uses of IOBaseStream in org.apache.commons.io.function
Classes in org.apache.commons.io.function with type parameters of type IOBaseStreamModifier and TypeInterfaceDescriptioninterface
IOBaseStream<T,
S extends IOBaseStream<T, S, B>, B extends BaseStream<T, B>> LikeBaseStream
but throwsIOException
.(package private) class
IOBaseStreamAdapter<T,
S extends IOBaseStream<T, S, B>, B extends BaseStream<T, B>> Abstracts anIOBaseStream
implementation.(package private) class
UncheckedIOBaseStream<T,
S extends IOBaseStream<T, S, B>, B extends BaseStream<T, B>> Subinterfaces of IOBaseStream in org.apache.commons.io.functionClasses in org.apache.commons.io.function that implement IOBaseStreamModifier and TypeClassDescription(package private) class
IOBaseStreamAdapter<T,
S extends IOBaseStream<T, S, B>, B extends BaseStream<T, B>> Abstracts anIOBaseStream
implementation.(package private) final class
Fields in org.apache.commons.io.function declared as IOBaseStream