Reduce
apply a function to each item emitted by an Observable, sequentially, and emit the final value
See Also
Language-Specific Information
RxGroovy collect reduce
It is a bad idea to use reduce
to collect emitted items into a mutable data structure. Instead, use collect
for that purpose.
RxJava 1․x collect reduce
It is a bad idea to use reduce
to collect emitted items into a mutable data structure. Instead, use collect
for that purpose.
RxJS reduce
RxPHP reduce
© ReactiveX contributors
Licensed under the Apache License 2.0.
http://reactivex.io/documentation/operators/reduce.html