subscribe
Subscribe to the Observable
Return
created Subscription
Parameters
subscriber
the Subscriber that will handle emissions and notifications from the Observable
See also
Subscribe to the Observable. This is equivalent to subscribe(createActionSubscriber(onNext))
Return
created Subscription
Parameters
on Next
the callback that will be fired once the Observable emits onNext