Aggregates

object Aggregates
class Object
trait Matchable
class Any

Value members

Concrete methods

def avg(using agg: Agg): Avg[agg.type]
def max(using agg: Agg): Max[agg.type]
def min(using agg: Agg): Min[agg.type]
def sum(using agg: Agg): Sum[agg.type]