Stream of either time ticks (spaced by tickPeriod
) or values from the source process.
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 process.
Combinator that converts a Process1[A, B]
in to a TimeSeriesTransducer[A, B]
such that
timestamps are preserved on elements that flow through the process.
Combinator that converts a Process1[TimeStamped[A], TimeStamped[B]]
in to a TimesSeriesTransducer[A, B]
such that
timestamps are preserved on elements that flow through the process.
Companion for TimeSeries.