EndWithExtension<T> extension
Extends the Stream class with the ability to emit the given value as the final item before closing.
- on
-
- Stream<
T>
- Stream<
Methods
-
endWith(
T endValue) → Stream< T> -
Available on Stream<
Appends a value to the source Stream before closing.T> , provided by the EndWithExtension extension