This is the complete list of members for PeanutButter.Utils.AsyncExtensionsForIEnumerables, including all inherited members.
AggregateAsync< TAccumulator, TItem >(this IEnumerable< TItem > items, TAccumulator seed, Func< TAccumulator, TItem, Task< TAccumulator > > reducer) | PeanutButter.Utils.AsyncExtensionsForIEnumerables | static |
ForEachAsync< T >(this IEnumerable< T > collection, Func< T, Task > toRun) | PeanutButter.Utils.AsyncExtensionsForIEnumerables | static |
ForEachAsync< T >(this IEnumerable< T > collection, Func< T, int, Task > toRunWithIndex) | PeanutButter.Utils.AsyncExtensionsForIEnumerables | static |
SelectAsync< TIn, TOut >(this IEnumerable< TIn > src, Func< TIn, Task< TOut > > transform) | PeanutButter.Utils.AsyncExtensionsForIEnumerables | static |
ToArrayAsync< T >(this Task< IEnumerable< T > > src) | PeanutButter.Utils.AsyncExtensionsForIEnumerables | static |
ToArrayAsync< T >(this Task< T[]> src) | PeanutButter.Utils.AsyncExtensionsForIEnumerables | static |
ToArrayAsync< T >(this Task< List< T > > src) | PeanutButter.Utils.AsyncExtensionsForIEnumerables | static |
WhereAsync< T >(this IEnumerable< T > src, Func< T, Task< bool > > discriminator) | PeanutButter.Utils.AsyncExtensionsForIEnumerables | static |