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

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.AsyncExtensionsForIEnumerablesstatic
ForEachAsync< T >(this IEnumerable< T > collection, Func< T, Task > toRun)PeanutButter.Utils.AsyncExtensionsForIEnumerablesstatic
ForEachAsync< T >(this IEnumerable< T > collection, Func< T, int, Task > toRunWithIndex)PeanutButter.Utils.AsyncExtensionsForIEnumerablesstatic
SelectAsync< TIn, TOut >(this IEnumerable< TIn > src, Func< TIn, Task< TOut > > transform)PeanutButter.Utils.AsyncExtensionsForIEnumerablesstatic
ToArrayAsync< T >(this Task< IEnumerable< T > > src)PeanutButter.Utils.AsyncExtensionsForIEnumerablesstatic
ToArrayAsync< T >(this Task< T[]> src)PeanutButter.Utils.AsyncExtensionsForIEnumerablesstatic
ToArrayAsync< T >(this Task< List< T > > src)PeanutButter.Utils.AsyncExtensionsForIEnumerablesstatic
WhereAsync< T >(this IEnumerable< T > src, Func< T, Task< bool > > discriminator)PeanutButter.Utils.AsyncExtensionsForIEnumerablesstatic