Returns an Aggregator that uses AveragedValue to calculate the mean of all Double values in the
stream.
Returns an Aggregator that uses AveragedValue to calculate the mean of all Double values in the
stream. Each Double value receives a count of 1 during aggregation.
Creates an AveragedValue with a count of of c and a value of v.
Creates an AveragedValue with a count of of c and a value of v.
type with an implicit conversion to Double
Creates AveragedValue with a value of v and a count of 1.
Creates AveragedValue with a value of v and a count of 1.
type with an implicit conversion to Double
Returns an Aggregator that uses AveragedValue to calculate the mean of all values in the stream.
Returns an Aggregator that uses AveragedValue to calculate the mean of all values in the stream.
Each numeric value receives a count of 1 during aggregation.
numeric type to convert into Double
Provides a set of operations needed to create and use AveragedValue instances.