-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Collections_EnumerableExtensions_GroupWhileEquals
Andrew Koryavchenko edited this page Jul 4, 2017
·
1 revision
Name | Description | |
---|---|---|
![]() ![]() |
GroupWhileEquals(T, TKey)(IEnumerable(T), Func(T, TKey)) | Groups items in the sequence while they have same grouping key. |
![]() ![]() |
GroupWhileEquals(T, TKey)(IEnumerable(T), Func(T, TKey), IEqualityComparer(TKey)) | Groups items in the sequence while they have same grouping key. |
![]() ![]() |
GroupWhileEquals(T, TItem, TKey)(IEnumerable(T), Func(T, TKey), Func(T, TItem)) | Groups items in the sequence while they have same grouping key. |
![]() ![]() |
GroupWhileEquals(T, TItem, TKey)(IEnumerable(T), Func(T, TKey), Func(T, TItem), IEqualityComparer(TKey)) | Groups items in the sequence while they have same grouping key. |