IterableScan<T> extension

Prefix scan (running reduce).

on

Methods

scan<R>(R initial, R combine(R, T)) List<R>

Available on Iterable<T>, provided by the IterableScan extension

List of initial and each step of combine(acc, element).