.. !!!AUTO!!! (remove this comment to edit) .. include:: operator-aliases.rst .. testsetup:: * import rx .. currentmodule:: rx .. _operator-header-aggregate: .. _operator-header-expand: .. _operator-header-reduce: Reduce ====== .. seealso:: - Official ReactiveX documentation: `Reduce `_ .. _operator-aggregate: .. automethod:: Observable.aggregate .. image:: /img/reactivex/operators/aggregate.png :align: center .. _operator-expand: .. automethod:: Observable.expand .. image:: /img/reactivex/operators/expand.png :align: center .. _operator-reduce: .. automethod:: Observable.reduce .. image:: /img/reactivex/operators/reduce.png :align: center