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>>

Available on Stream<T>, provided by the TimeIntervalExtension extension

Records the time interval between consecutive values in a Stream sequence.