-
Notifications
You must be signed in to change notification settings - Fork 3k
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
count(predicate) plus tests #425
Labels
help wanted
Issues we wouldn't mind assistance with.
Comments
Yes, that should be a thing. |
staltz
pushed a commit
to staltz/RxJSNext
that referenced
this issue
Oct 1, 2015
Add a predicate function argument (and a thisArg argument) to count() operator. Also add respective tests that mirror RxJS 4 tests. Resolves issue ReactiveX#425.
Actually I have closing powers, so here we go. |
benlesh
pushed a commit
that referenced
this issue
Oct 3, 2015
Add a predicate function argument (and a thisArg argument) to count() operator. Also add respective tests that mirror RxJS 4 tests. Resolves issue #425.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
count()
is currently missing the predicate function as argument.Should we do this or not?
The text was updated successfully, but these errors were encountered: