ScanExtension<T> extension

on

Methods

scan<R>(R initialValue, R reducer(R, T), {String name = 'scan', SeedCallback<R>? seed, int retention = 0, bool? cancelOnError, bool bubbleCancellation = true}) OffsetIterator<R>