Creates a new stream that starts with the initial value and, for each value arriving onto the source stream, emits the result of calling the accumulator function with the latest result and the source stream value.
Generated using TypeDoc
Creates a new stream that starts with the initial value and, for each value arriving onto the source stream, emits the result of calling the accumulator function with the latest result and the source stream value.