Uses of Interface
org.apache.commons.io.function.IOBaseStream
-
Packages that use IOBaseStream Package Description org.apache.commons.io.function 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 IOBaseStream Modifier and Type Interface Description interfaceIOBaseStream<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>>LikeBaseStreambut throwsIOException.(package private) classIOBaseStreamAdapter<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>>Abstracts anIOBaseStreamimplementation.(package private) classUncheckedIOBaseStream<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>>Subinterfaces of IOBaseStream in org.apache.commons.io.function Modifier and Type Interface Description interfaceIOStream<T>LikeStreambut throwsIOException.Classes in org.apache.commons.io.function that implement IOBaseStream Modifier and Type Class Description (package private) classIOBaseStreamAdapter<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>>Abstracts anIOBaseStreamimplementation.(package private) classIOStreamAdapter<T>Adapts anStreamas anIOStream.Fields in org.apache.commons.io.function declared as IOBaseStream Modifier and Type Field Description private SUncheckedIOBaseStream. delegate
-