DelegatingStream<T> constructor

DelegatingStream<T>(
  1. Stream<T> stream
)

Implementation

DelegatingStream(super.stream);