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