|
Enhanced C#
Loyc library documentation
|
This is the complete list of members for Loyc.Collections.EnumerableExt, including all inherited members.
| AdjacentPairs< T >(this IEnumerable< T > list) | Loyc.Collections.EnumerableExt | inlinestatic |
| AdjacentPairs< T >(this IEnumerator< T > e) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| AdjacentPairsCircular< T >(this IEnumerable< T > list) | Loyc.Collections.EnumerableExt | inlinestatic |
| AdjacentPairsCircular< T >(this IEnumerator< T > e) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| AsReadOnly< T >(this ICollection< T > c) | Loyc.Collections.EnumerableExt | inlinestatic |
| AsReadOnlyDictionary< K, V >(this IReadOnlyCollection< K > keys, Func< K, Maybe< V >> tryGetValue, Func< K, V >?getValue=null) | Loyc.Collections.EnumerableExt | inlinestatic |
| Buffered< T >(this IEnumerator< T > source) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| Buffered< T >(this IEnumerable< T > source) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| Buffered< T >(this IListSource< T > source) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| FirstIndexWhere< T >(this IEnumerable< T > list, Func< T, bool > pred) | Loyc.Collections.EnumerableExt | inlinestatic |
| ForEach< T >(this IEnumerable< T > list, Action< T > action) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| IndexOf< T >(this IEnumerable< T > list, T item) | Loyc.Collections.EnumerableExt | static |
| IndexOf< T >(this IEnumerable< T > list, T item, IEqualityComparer< T > comp) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| IndexOfMax(this IEnumerable< int > source) | Loyc.Collections.EnumerableExt | inlinestatic |
| IndexOfMax< T >(this IEnumerable< T > source, Func< T, int > selector) | Loyc.Collections.EnumerableExt | static |
| IndexOfMax< T >(this IEnumerable< T > source, Func< T, int > selector, [MaybeNull] out T min) | Loyc.Collections.EnumerableExt | inlinestatic |
| IndexOfMax< T >(this IEnumerable< T > source) | Loyc.Collections.EnumerableExt | inlinestatic |
| IndexOfMax< T, R >(this IEnumerable< T > source, Func< T, R > selector) | Loyc.Collections.EnumerableExt | static |
| IndexOfMax< T, R >(this IEnumerable< T > source, Func< T, R > selector, [MaybeNull] out T min) | Loyc.Collections.EnumerableExt | inlinestatic |
| IndexOfMin(this IEnumerable< int > source) | Loyc.Collections.EnumerableExt | inlinestatic |
| IndexOfMin< T >(this IEnumerable< T > source, Func< T, int > selector) | Loyc.Collections.EnumerableExt | static |
| IndexOfMin< T >(this IEnumerable< T > source, Func< T, int > selector, [MaybeNull] out T min) | Loyc.Collections.EnumerableExt | inlinestatic |
| IndexOfMin< T >(this IEnumerable< T > source) | Loyc.Collections.EnumerableExt | inlinestatic |
| IndexOfMin< T, R >(this IEnumerable< T > source, Func< T, R > selector) | Loyc.Collections.EnumerableExt | static |
| IndexOfMin< T, R >(this IEnumerable< T > source, Func< T, R > selector, [MaybeNull] out T min) | Loyc.Collections.EnumerableExt | inlinestatic |
| IndexWhere< T >(this IEnumerable< T > list, Func< T, bool > pred) | Loyc.Collections.EnumerableExt | static |
| MaxItem< T >(this IEnumerable< T > list, Func< T, int > selector) | Loyc.Collections.EnumerableExt | inlinestatic |
| MaxItem< T, S >(this IEnumerable< T > list, Func< T, S > selector) | Loyc.Collections.EnumerableExt | inlinestatic |
| MaxItemOrDefault< T >(this IEnumerable< T > list, Func< T, int > selector, [AllowNull] T defaultValue=default(T)) | Loyc.Collections.EnumerableExt | inlinestatic |
| MaxItemOrDefault< T, S >(this IEnumerable< T > list, Func< T, S > selector, [AllowNull] T defaultValue=default(T)) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| MaxOrDefault< T >(this IEnumerable< T > list, Func< T, int > selector, [AllowNull] T defaultValue=default(T)) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | static |
| MinItem< T >(this IEnumerable< T > list, Func< T, int > selector) | Loyc.Collections.EnumerableExt | inlinestatic |
| MinItem< T, S >(this IEnumerable< T > list, Func< T, S > selector) | Loyc.Collections.EnumerableExt | inlinestatic |
| MinItemOrDefault< T >(this IEnumerable< T > list, Func< T, int > selector, [AllowNull] T defaultValue=default(T)) | Loyc.Collections.EnumerableExt | inlinestatic |
| MinItemOrDefault< T, S >(this IEnumerable< T > list, Func< T, S > selector, [AllowNull] T defaultValue=default(T)) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| MinOrDefault< T >(this IEnumerable< T > list, Func< T, int > selector, [AllowNull] T defaultValue=default(T)) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | static |
| SelectFilter< T, Out >(this IEnumerable< T > list, Func< T, Maybe< Out >> filter) | Loyc.Collections.EnumerableExt | inlinestatic |
| SequenceHashCode< T >(this IEnumerable< T > list) | Loyc.Collections.EnumerableExt | inlinestatic |
| SequenceHashCode< T >(this IEnumerable< T > list, IEqualityComparer< T > comp) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| ToList< T >(this IEnumerator< T > e) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| Upcast< Base, Derived >(this IEnumerable< Derived > list) | Loyc.Collections.EnumerableExt | inlinestatic |
| WhereNotNull< T >(this IEnumerable< T?> list) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| WhereNotNull< T >(this IEnumerable< T?> list) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
| WithIndexes< T >(this IEnumerable< T > c) (defined in Loyc.Collections.EnumerableExt) | Loyc.Collections.EnumerableExt | inlinestatic |
1.8.7