Skip to content

1.2.2 Please implement Completable.doAfterTerminate to be called after onError also #4822

@StanislavChumarin

Description

@StanislavChumarin

Completable.doAfterTerminate is called only "after this Completable completes normally" but that is differ from Observable/Single implementation of same operation.

I think that this method must be reimplemented to be similar to those in Observable/Single and current implementation to be renamed to doAfterCompleted.

I know that there is doOnTerminate (same operation was deprecated in Observable). I just what to have predictable API with need to dig into documentation word by word.

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