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

takeLast() javadoc fixes, standardize parameter names (count instead of num) #3033

Merged
merged 1 commit into from
Jun 22, 2015

Conversation

davidmoten
Copy link
Collaborator

This PR includes these changes:

  • standardized parameter names for take, takeLast, skip, limit to use count instead of num
  • enhanced the javadoc for takeLast so it is clear for all overrides that if the observable contains less than count items then all will be emitted.
  • improved the exception message thrown by OperatorTakeLast when count <0

Addresses #3027

… of num), improve message in OperatorTakeLast exception
@akarnokd
Copy link
Member

Thanks!

akarnokd added a commit that referenced this pull request Jun 22, 2015
takeLast() javadoc fixes, standardize parameter names (count instead of num)
@akarnokd akarnokd merged commit 7fdbcbf into ReactiveX:1.x Jun 22, 2015
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.

2 participants