Aggregates

org.virtuslab.iskra.functions.Aggregates
object Aggregates

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Aggregates.type

Members list

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]