.. !!!AUTO!!! (remove this comment to edit) .. include:: operator-aliases.rst .. testsetup:: * import rx .. currentmodule:: rx .. _operator-header-case: .. _operator-header-defer: .. _operator-header-if_then: .. _operator-header-switch_case: Case ==== .. seealso:: - Official ReactiveX documentation: `Case `_ .. _operator-case: .. automethod:: Observable.case .. image:: /img/reactivex/operators/case.png :align: center .. _operator-defer: .. automethod:: Observable.defer .. image:: /img/reactivex/operators/defer.png :align: center .. _operator-if_then: .. automethod:: Observable.if_then .. image:: /img/reactivex/operators/ifThen.png :align: center .. _operator-switch_case: .. automethod:: Observable.switch_case .. image:: /img/reactivex/operators/switchCase.png :align: center