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