Skip to content

Add endWith #1709

@benlesh

Description

@benlesh

Frequently while developing with our redux middleware, we find the need to have an operator source.endWith('foo'). Generally, this can be accomplished with a source.concat(Observable.of('foo')), but it's just more verbose.

endWith would be a nice to have for our use-cases at Netflix.

cc/ @jayphelps

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurePRs and issues for features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions