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

Overloading of method #36

Open
tttzach opened this issue Jun 10, 2020 · 1 comment
Open

Overloading of method #36

tttzach opened this issue Jun 10, 2020 · 1 comment

Comments

@tttzach
Copy link
Owner

tttzach commented Jun 10, 2020

FYI: I mentioned to Austin that there's an overloading of this method that accepts java.lang.Iterable<Key> as parameter, so you could remove all those values with a single call, but that would involve casting results.asIterable() into java.lang.Iterable<Key> (stream().map() is a neat way of doing that), but that might be too much work here and end up being not worth it.

Originally posted by @gbuenoandrade in #30

@tttzach
Copy link
Owner Author

tttzach commented Jun 12, 2020

.stream() does not work with Iterable<Entity>

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

1 participant