You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 castingresults.asIterable()
intojava.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
The text was updated successfully, but these errors were encountered: