scan
signature: scan(accumulator: function, seed: any): Observable
Example 1: Sum over time
Example 2: Accumulating an object
Example 3: Emitting random values from the accumulated array.
- scan
- Official docs
- Ben Lesh- Updating data with scan
- John Linquist
- André Staltz