Skip to content

Make Observable.doOnCompleted name match Completable.doOnComplete in 1.x #3700

Closed
@zach-klippenstein

Description

@zach-klippenstein

Observable has a doOnCompleted method (past tense), and Completable has doOnComplete (present tense). The 2.x branch changes Observable's method to be present tense. The 1.x branch can add alias the past tense method in Observable and deprecate it.

I'm happy to make the change if this is approved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions