StreamExension<T> extension
- on
-
- Stream<
T>
- Stream<
Methods
-
toList(
) → List< T> -
Available on Stream<
Returns a List containing all elements produced by this stream.T> , provided by the StreamExension extension