Stream
Interface Stream<T>
- Type Parameters:
-
T
- the type of the stream elements
- All Superinterfaces:
- AutoCloseable, BaseStream<T,Stream<T>>
public interface Stream<T> extends BaseStream<T,Stream<T>>
T
- the type of the stream elementspublic interface Stream<T> extends BaseStream<T,Stream<T>>