| return Iterators.getOnlyElement(paths.iterator()); | return Files.list(rootPathPrefix.getParent()).filter(path -> path.toString().startsWith(rootPathPrefixStr) && !existingPaths.contains(path)).collect(ImmutableList.toImmutableList()); | Iterators.getOnlyElement(paths.iterator()) | Files.list(rootPathPrefix.getParent()).filter(path -> path.toString().startsWith(rootPathPrefixStr) && !existingPaths.contains(path)).collect(ImmutableList.toImmutableList()) | bazel | 817b535d92ee7fdb4740e2a99505ab10d4b54a0d | com.google.devtools.build.android.desugar.LambdaClassMaker | | | _1 | findOnlyUnprocessed |
|---|
| _2 | findUnprocessed |
|---|
| | xyz | Iterators.getOnlyElement(paths.iterator()) |
|---|
| - com.google.common.collect.Iterators
- com.google.common.collect.ImmutableList
| | xyz | Files.list(rootPathPrefix.getParent()).filter(path -> path.toString().startsWith(rootPathPrefixStr) && !existingPaths.contains(path)).collect(ImmutableList.toImmutableList()) |
|---|
| Returns | False |