SkipLastExtension<T>  extension 
 
Extends the Stream class with the ability to skip the last count items
emitted by the source Stream
- on
- 
          - Stream<T> 
 
- Stream<
Methods
- 
  skipLast(int count) → Stream< T> 
- 
      Available on Stream< Starts emitting every items except lastT> , provided by the SkipLastExtension extensioncountitems. This causes items to be delayed.