I guess I just don't understand why passing an `Ob...
# rx
t
I guess I just don't understand why passing an
Observer
to the
subscribe()
method doesn't return a
Disposable
like all the other
subscribe()
method overloads. Trying to figure out the responsibility the
Observer
now assumes...