AsyncCombiner<T, E> typedef

Future<T> AsyncCombiner (T previous, E e)

An asynchronous funcuntion that combines an element e with a previous value previous, for use with reduceAsync.