EndWithManyExtension<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
- 
  endWithMany(Iterable< T> endValues) → Stream<T> 
- 
      Available on Stream< Appends a sequence of values as final events to the source Stream before closing.T> , provided by the EndWithManyExtension extension