• An iterable filter that groups the elements of a sequence according to a specified key selector function and creates an iterable from each group and its key.

    Returns

    Type Parameters

    • TKey

    • TElement

    Parameters

    • keySelector: SelectorWithIndex<TElement, TKey>

    Returns IterableValueTransform<TElement, GroupingResult<TKey, TElement>>

Generated using TypeDoc