PeanutButter
Loading...
Searching...
No Matches
PeanutButter.Utils.ExtensionsForIEnumerables Member List

This is the complete list of members for PeanutButter.Utils.ExtensionsForIEnumerables, including all inherited members.

AddRange< TCollection, TItem >(this TCollection collection, IEnumerable< TItem > toAdd)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AddRange< TCollection, TItem >(this TCollection collection, params TItem[] items)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
And< T >(this IEnumerable< T > source, params T[] values)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
And< T >(this IEnumerable< T > source, IEnumerable< T > values)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
And< T >(this T[] source, params T[] values)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
And< T >(this T[] source, IEnumerable< T > values)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
And< T >(this List< T > source, params T[] values)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
And< T >(this IList< T > source, params T[] values)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AsArray< T >(this IEnumerable< T > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AsFrequencyDistribution< T >(this IEnumerable< T > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AsFrequencyDistribution< T >(this IEnumerable< T > collection, T nullKey)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AsHashSet< T >(this IEnumerable< T > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AsText< T >(this IEnumerable< T > input, string delimiter=null)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AsTextList< T >(this IEnumerable< T > input)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AsTextList< T >(this IEnumerable< T > input, string itemMarker)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AsTextList< T >(this IEnumerable< T > input, string itemMarker, string whenEmpty)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AsTextListWithHeader< T >(this IEnumerable< T > input, string header)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AsTextListWithHeader< T >(this IEnumerable< T > input, string header, string itemMarker)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
AsTextListWithHeader< T >(this IEnumerable< T > input, string header, string itemMarker, string whenEmpty)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
At< T >(this IEnumerable< T > src, int n)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
ButNot< T >(this IEnumerable< T > source, params T[] toRemove)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
ContainsAllOf< T >(this IEnumerable< T > collection, params T[] values)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
ContainsAnyOf< T >(this IEnumerable< T > collection, params T[] values)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
ContainsAnyOf< T >(this IEnumerable< T > collection, IEnumerable< T > values)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
CrossMatches< TLeft, TRight >(this IEnumerable< TLeft > left, IEnumerable< TRight > right, Func< TLeft, TRight, bool > comparer)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
EmptyIfNull< T >(this IEnumerable< T > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Filter< T >(this IEnumerable< T > collection, Func< T, bool > filter)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FilterList< T >(this IEnumerable< T > collection, Func< T, bool > filter)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FilterNulls< T >(this T?[] collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FilterNulls< T >(this IEnumerable< T?> collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FilterNulls< T >(this T[] collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FilterNulls< T >(this IEnumerable< T > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FindAllRepeatedValues< T >(this IEnumerable< T > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FindDuplicates< TItem >(this IEnumerable< TItem > src)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FindDuplicates< TItem, TKey >(this IEnumerable< TItem > src, Func< TItem, TKey > discriminator)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FindOrAdd< T >(this ICollection< T > collection, T seek)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FindOrAdd< T >(this ICollection< T > collection, Func< T, bool > matcher)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FindOrAdd< T >(this ICollection< T > collection, Func< T, bool > matcher, Func< T > generator)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FindRepeatedValues< T >(this IEnumerable< T > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FindUniqueValues< T >(this IEnumerable< T > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FirstAfter< T >(this IEnumerable< T > src, int toSkip)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
FirstOrDefaultAfter< T >(this IEnumerable< T > src, int toSkip)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Flatten< T >(this IEnumerable< IEnumerable< T > > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
ForEach< T >(this IEnumerable< T > collection, Action< T > toRun)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
ForEach< T >(this IEnumerable< T > collection, Action< T, int > toRunWithIndex)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Fourth< T >(this IEnumerable< T > src)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
HasUnique< T >(this IEnumerable< T > input, Func< T, bool > matcher)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
ImplicitCast< TOther >(this IEnumerable collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
IsEmpty< T >(this IEnumerable< T > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
IsEqualTo< T >(this IEnumerable< T > left, IEnumerable< T > right)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
IsEquivalentTo< T >(this IEnumerable< T > left, IEnumerable< T > right)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
IsIn< T >(this T needle, T haystack, params T[] moreHaystack)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
IsIn< T >(this T needle, IEnumerable< T > haystack)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
IsIn< T >(this T needle, IEnumerable< T > haystack, IEqualityComparer< T > equalityComparer)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
IsSameAs< T >(this IEnumerable< T > collection, IEnumerable< T > otherCollection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
JoinAll(this IEnumerable< Thread > threads)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
JoinPath(this IEnumerable< string > parts)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
JoinPath(this IEnumerable< string > parts, PathType pathType)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
JoinWith< T >(this IEnumerable< T > collection, string joinWith)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
JoinWith< T >(this IEnumerable< T > collection, char joinWith)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Map< TResult, TSource >(this IEnumerable< TSource > collection, Func< TSource, TResult > transform)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
MapList< TResult, TSource >(this IEnumerable< TSource > collection, Func< TSource, TResult > transform)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Matches< T >(this IEnumerable< T > left, IEnumerable< T > right)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Matches< T >(this IEnumerable< T > left, IEnumerable< T > right, Func< T, T, bool > comparer)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
None< T >(this IEnumerable< T > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
None< T >(this IEnumerable< T > collection, Func< T, bool > test)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Nth< T >(this IEnumerable< T > src, int n)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
PadLeft< T >(this IEnumerable< T > source)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
PadLeft< T >(this IEnumerable< T > source, char padWith)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
PadLeft< T >(this IEnumerable< T > source, int requiredLength)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
PadLeft< T >(this IEnumerable< T > source, int requiredLength, char padWith)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
PadRight< T >(this IEnumerable< T > source)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
PadRight< T >(this IEnumerable< T > source, char padWith)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
PadRight< T >(this IEnumerable< T > source, int requiredLength)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
PadRight< T >(this IEnumerable< T > source, int requiredLength, char padWith)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Second< T >(this IEnumerable< T > src)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Seek< T >(this IEnumerable data)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Seek< T >(this IEnumerable data, int skip)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Seek< T >(this IEnumerable data, int skip, Func< T, bool > predicate)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Seek< T >(this IEnumerable data, Func< T, bool > predicate)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
SeekOrDefault< T >(this IEnumerable data)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
SeekOrDefault< T >(this IEnumerable data, int skip)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
SeekOrDefault< T >(this IEnumerable data, Func< T, bool > predicate)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
SeekOrDefault< T >(this IEnumerable data, int skip, Func< T, bool > predicate)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
SelectNonNull< TCollection, TResult >(this IEnumerable< TCollection > collection, Func< TCollection, TResult?> grabber)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
SelectNonNull< TCollection, TResult >(this IEnumerable< TCollection > collection, Func< TCollection, TResult > grabber)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
StrictZip< TLeft, TRight >(this IEnumerable< TLeft > left, IEnumerable< TRight > right)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
StrictZip< TLeft, TRight, TResult >(this IEnumerable< TLeft > left, IEnumerable< TRight > right, Func< TLeft, TRight, TResult > generator)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Third< T >(this IEnumerable< T > src)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
TimesDo(this int howMany, Action toRun)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
TimesDo(this int howMany, Action< int > toRun)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
ToHashSet< T >(this IEnumerable< T > collection)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
Trim(this IEnumerable< string > source)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
TrimEnd(this IEnumerable< string > source)PeanutButter.Utils.ExtensionsForIEnumerablesstatic
TrimStart(this IEnumerable< string > source)PeanutButter.Utils.ExtensionsForIEnumerablesstatic