Skip to content

Maybe.just is not calling onComplete #4534

@mattinger

Description

@mattinger

If you create a MaybeObservable with Maybe.just("foo"), it is never triggering an onComplete call on the MaybeObserver. Unless i'm missing something, shouldn't Maybe follow the same pattern as Observable? Either:

observer.onSuccess
observer.onComplete

OR

observer.onError

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