IterableScan<T> extension
Prefix scan (running reduce).
- on
-
- Iterable<
T>
- Iterable<
Methods
-
scan<
R> (R initial, R combine(R, T)) → List< R> -
Available on Iterable<
List ofT> , provided by the IterableScan extensioninitialand each step ofcombine(acc, element). Audited: 2026-06-12 11:26 EDT