TimeIntervalExtension<T>  extension 
 
Extends the Stream class with the ability to record the time interval between consecutive values in an stream
- on
- 
          - Stream<T> 
 
- Stream<
Methods
- 
  timeInterval() → Stream< TimeInterval< T> >
- 
      Available on Stream< Records the time interval between consecutive values in a Stream sequence.T> , provided by the TimeIntervalExtension extension