A stream of timestamped values or clock ticks.
A stream of timestamped values or clock ticks.
Values are represented as right values in a TimeStamped[Unit \/ A]
, whereas
clock ticks are represented as left values. This encoding allows for an indication
of time passage with no observed values.
Generally, time series appear in increasing order, and many combinators that work with
time series will rely on that. For streams that are globally ordered, but not locally ordered,
i.e., near adjacent values might be out of order but values at great distance from each other
are ordered, consider using TimeStamped.reorderLocally
to adjust.
Alias for a stream transducer on time series values.
A single value in a TimeSeries
.
A single value in a TimeSeries
. Provides a timestamp along with either a value of type A
or
a clock tick (represented by a left unit).
Wrapper that associates a time with a value.
This object was generated by sbt-buildinfo.
Companion for TimeSeries.
Companion for TimeSeriesTransducer.
Companion for TimeSeriesValue.
Protocol that describes libpcap files.
Protocol that describes libpcap files.
http://wiki.wireshark.org/Development/LibpcapFileFormat
General purpose combinators for working with Process1
that are not included in scalaz-stream.