DelegatingStream<T> constructor

DelegatingStream<T>(Stream<T> stream)

Implementation

DelegatingStream(Stream<T> stream) : super(stream);