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
chore: migrate from not(in(collection)) to e -> !collection.contains(e). (#3826)
Guava's functional types have been obsoleted by the JDK's functional
types.
(This reflects a change we are making throughout Google's internal
source code.)
b/419373312
0 commit comments