functions/run library

Functions

runAll<T>(void doFunction(Iterable<T> value), Iterable<T> next) Iterable<T>
runEach<T>(void doFunction(T value), Iterable<T> next) Iterable<T>