There's Single.subscribe(Subscription) and Completable.subscribe(Subscription) but no Observable.subscribe(Subscription). Feels like we should either remove the two defined methods and require explicit conversions or add the missing method to Observable.
I'm in favor of removal, but I don't know if there's additional story as to why they're present.