toVisit = Collections2.filter(current,Predicates.not(Predicates.in(visited))) | toVisit = Iterables.filter(current,Predicates.not(Predicates.in(visited))) | Collections2.filter(current,Predicates.not(Predicates.in(visited))) | Iterables.filter(current,Predicates.not(Predicates.in(visited))) | bazel | bf2e2d8003a2418941404741fce82f1e51b3b28b | com.google.devtools.build.lib.query2.SkyQueryEnvironment | | | v0 | current |
---|
v1 | Predicates.not(Predicates.in(visited)) |
---|
| - com.google.common.collect.Iterables
| v0 | current |
---|
v1 | Predicates.not(Predicates.in(visited)) |
---|
| AssignedTo | True |