EndWithManyExtension<T> extension

Extends the Stream class with the ability to emit the given value as the final item before closing.

on

Methods

endWithMany(Iterable<T> endValues) Stream<T>
Appends a sequence of values as final events to the source Stream before closing.