Type of result returned from the accumulator.
Type of items emitted by the observable.
Reduce function called with the accumulated value so far and the current item. Should return a new accumulated value.
Initial value.
Transform that emits accumulated values produced by f
.
Generated using TypeDoc
Reduces the original observable with
f
, emitting every intermediate result not including the initial value.