-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Name | Description | |
---|---|---|
ToCompositeRange(T)(Range(T)) | Converts range to the composite range. | |
ToCompositeRange(T, TKey)(Range(T, TKey)) | Converts range to the composite range. | |
ToCompositeRange(T)(IEnumerable(Range(T))) | Converts sequence of elements to the composite range. | |
ToCompositeRange(T, TKey)(IEnumerable(Range(T, TKey))) | Converts sequence of elements to the composite range. | |
ToCompositeRange(T, TKey)(IEnumerable(TKey), Func(TKey, T), Func(TKey, T)) | Converts sequence of elements to the composite range. | |
ToCompositeRange(TSource, T, TKey)(IEnumerable(TSource), Func(TSource, T), Func(TSource, T), Func(TSource, TKey)) | Converts sequence of elements to the composite range. |