TimeIntervalExtension<T> extension

Extends the Stream class with the ability to record the time interval between consecutive values in an stream

on

Methods

timeInterval() Stream<TimeInterval<T>>
Records the time interval between consecutive values in a Stream sequence.