Skip to content

2.x: Single & Completable have implicit Flowable subscribe methods but Observable does not #4373

@JakeWharton

Description

@JakeWharton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions