GroupBy Method (FuncObjectObject, FuncObjectObject, FuncObjectString)

RxJS

Groups the elements of an observable sequence according to a specified key selector function and keySerializer and selects the resulting elements by using a specified function.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function GroupBy(keySelector, elementSelector, keySerializer);

Parameters

keySelector
Type: System..::.FuncObjectObject
elementSelector
Type: System..::.FuncObjectObject
keySerializer
Type: System..::.FuncObjectString

See Also