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
There isn't a language-provided drop in replacement for Guava's immutable collections. Java's native "unmodifiable collections" have some disadvantages.
That being said, we aren't really leveraging any non-trivial Guava functionality besides returning Immutable collections. Do you think it makes sense to keep it or drop it?
(Also if we keep it, worth adding a note to the documentation that it should be fine to override at runtime with more or less any version of Guava - I've been asked about that)
in favor of Java 8 lambda
The text was updated successfully, but these errors were encountered: