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