Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operator: WithLatestFrom #2760

Merged
merged 2 commits into from
Feb 21, 2015
Merged

Conversation

akarnokd
Copy link
Member

Named after RxJS, for issue #405

* (A,0) (B,2) (C,4)
* </pre></code>
* @param other the other observable sequence
* @param resultSelector the function to call when this Observable emits an element and the other
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming this "resultSelector" seems off (copy/paste?) since it's more akin to combineLatest which uses "combineFunction".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RxJS has this so I kept the naming. (Our flatMap and groupJoin use resultSelector as well).

@JakeWharton
Copy link
Contributor

👍 Thanks for doing this!

benjchristensen added a commit that referenced this pull request Feb 21, 2015
@benjchristensen benjchristensen merged commit c41b37d into ReactiveX:1.x Feb 21, 2015
@benjchristensen
Copy link
Member

Thanks @akarnokd

@akarnokd akarnokd deleted the WithLatestFrom branch February 22, 2015 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants