Skip to content

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