Stream of either time ticks (spaced by tickPeriod) or values from the source stream.
Stream transducer that converts a stream of timestamped values with monotonically increasing timestamps in
to a stream of timestamped ticks or values, where a tick is emitted every tickPeriod.
Stream transducer that converts a stream of timestamped values with monotonically increasing timestamps in
to a stream of timestamped ticks or values, where a tick is emitted every tickPeriod.
Ticks are emitted between values from the source stream.
Stream of either time ticks (spaced by tickPeriod) or values from the source stream.
Combinator that converts a Pipe[Pure, A, B] in to a TimeSeriesTransducer[Pure, A, B] such that
timestamps are preserved on elements that flow through the stream.
Combinator that converts a Pipe[Pure, TimeStamped[A], TimeStamped[B]] in to a TimesSeriesTransducer[Pure, A, B] such that
timestamps are preserved on elements that flow through the stream.
Companion for TimeSeries.