toObservable
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns an observable sequence with a single notification.
[scheduler = Rx.Scheduler.immediate]
(Scheduler): Scheduler to send out the notification calls on.
(Observable): The observable sequence that surfaces the behavior of the notification upon subscription.