Interface StreamSupplier<T>
-
- Type Parameters:
T
- the type of the stream elements
- All Superinterfaces:
AutoCloseable
,Closeable
,Supplier<Stream<T>>
- All Known Implementing Classes:
FilterStreamSupplier
,FlatMapStreamSupplier
,MapStreamSupplier
,TransformStreamSupplier
public interface StreamSupplier<T> extends Supplier<Stream<T>>, Closeable