Skip to content

No "isCompleted" or "isErrored" methods on Observable #1313

@daschl

Description

@daschl

Hey folks,

I was currently running into the situation where I just needed a quick check if my observable is already done (and in particular failed), but I wondered why this is not exposed on the Observable - is there any specific reason?

my code was like

if (!observable.isCompleted()) {
 rescheduleIt();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions