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

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

AddAll< T >(this IList< T > list, params T[] items)PeanutButter.Utils.ListExtensionsstatic
AddIf< T >(this IList< T > list, bool shouldAdd, T value)PeanutButter.Utils.ListExtensionsstatic
EjectFirst< T >(this IList< T > list, Func< T, bool > matcher)PeanutButter.Utils.ListExtensionsstatic
EjectLast< T >(this IList< T > list, Func< T, bool > matcher)PeanutButter.Utils.ListExtensionsstatic
Pop< T >(this IList< T > list)PeanutButter.Utils.ListExtensionsstatic
Push< T >(this IList< T > list, T value)PeanutButter.Utils.ListExtensionsstatic
Reversed< T >(this IList< T > list)PeanutButter.Utils.ListExtensionsstatic
ReversedInPlace< T >(this List< T > list)PeanutButter.Utils.ListExtensionsstatic
ReversedInPlace< T >(this T[] array)PeanutButter.Utils.ListExtensionsstatic
Shift< T >(this IList< T > list)PeanutButter.Utils.ListExtensionsstatic
TryEjectFirst< T >(this IList< T > list, Func< T, bool > matcher, out T result)PeanutButter.Utils.ListExtensionsstatic
TryEjectLast< T >(this IList< T > list, Func< T, bool > matcher, out T result)PeanutButter.Utils.ListExtensionsstatic
TryPop< T >(this IList< T > list, out T result)PeanutButter.Utils.ListExtensionsstatic
TryShift< T >(this IList< T > list, out T result)PeanutButter.Utils.ListExtensionsstatic
Unshift< T >(this IList< T > list, T value)PeanutButter.Utils.ListExtensionsstatic