accept
Last updated
Was this helpful?
Last updated
Was this helpful?
Invokes the delegate corresponding to the notification or the observer's method corresponding to the notification and returns the produced result.
[observer]
(Observer): Observer to invoke the notification on.
[onNext]
(Function): Function to invoke for an OnNext notification.
[onError]
(Function): Function to invoke for an OnError notification.
[onError]
(Function): Function to invoke for an OnCompleted notification.
(Any): Result produced by the observation.