AsVoidStreamExtension<T> extension
Extends the Stream class with the ability to convert the source Stream to a Stream<void>
.
- on
-
- Stream<
T>
- Stream<
Methods
-
asVoid(
) → Stream< void> -
Available on Stream<
Returns aT> , provided by the AsVoidStreamExtension extensionStream<void>
.