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

RArray<T> should implement r.Filter<T> #13

Open
marshall007 opened this issue Aug 4, 2017 · 1 comment
Open

RArray<T> should implement r.Filter<T> #13

marshall007 opened this issue Aug 4, 2017 · 1 comment

Comments

@marshall007
Copy link

It looks like you aren't able to call .filter(...) on an SequenceLike<T> since that type includes RArray<T>, which does not implement r.Filter<T>.

@blakeembrey I can't think of a reason why filter would not be available on RArray<T>. I can PR a fix really quick, but wanted to run it by you first in case I'm missing something.

@blakeembrey
Copy link
Contributor

Go for it 😄 I'm not actively using RethinkDB now so if you'd like to take on the definition, feel free to do so also!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants