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