Type of items emitted by the observable.
Observable that triggers the sampling of the source observable.
Transform that emits whenever the notifier emits, provided the source observable has emitted a new value in the mean time.
Generated using TypeDoc
Emits the most recently emitted value from the Observable whenever the notifier emits. If no new value has been emitted from the source observable since the last time the notifier emitted, nothing will be emitted.