TimeInterval<T> constructor
TimeInterval<T> (
- T value,
- Duration interval
Constructs a snapshot of a Stream, containing the Stream's event
at the specified interval
as value
.
Implementation
TimeInterval(this.value, this.interval);