Creates a grouper function that maps each key to the average of the keySelector's key
Function used for extracting the property to calculate the average of
A new grouper instance
Creates a grouper function that maps each key to 1 and then sums it (a.k.a counts the occurence of it) Useful for creating frequency maps
A new grouper instance
Creates a grouper function that maps each key to the statistics of the keySelector's key
Function used for extracting the property to calculate the statistics of
A new grouper instance
Creates a grouper function that maps each key to the sum of the keySelector's key
Function used for extracting the property to calculate the sum of
A new grouper instance
Creates a grouper function that maps each key to an array of elements for that specific key
A new grouper instance
Generated using TypeDoc
Grouper utility class, contains static factories for creating Grouper functions used with groupBy
Degubi