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