GroupBy Method (FuncObjectObject)

RxJS

Groups the elements of an observable sequence according to a specified key selector function.

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

Syntax

JavaScript
function GroupBy(keySelector);

Parameters

keySelector
Type: System..::.FuncObjectObject

See Also