return configGroups.stream().map(group -> group.py2Config).map(config -> config.getBinDirectory(repositoryName).getRoot().asPath()).distinct().collect(toImmutableList()); | return targetConfigs.stream().map(config -> configGetter.apply(py2Transition.patch(config.getOptions()))).map(config -> config.getBinDirectory(repositoryName).getRoot().asPath()).distinct().collect(toImmutableSet()); | configGroups.stream().map(group -> group.py2Config).map(config -> config.getBinDirectory(repositoryName).getRoot().asPath()).distinct().collect(toImmutableList()) | targetConfigs.stream().map(config -> configGetter.apply(py2Transition.patch(config.getOptions()))).map(config -> config.getBinDirectory(repositoryName).getRoot().asPath()).distinct().collect(toImmutableSet()) | bazel | 182be8376e01687de6861effd76a462b1d7a7498 | com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.Py2BinSymlink | | _1 | getLinkPaths |
---|
_2 | getLinkPaths |
---|
| | | | Returns | False |