directSupertypes = this.disambiguationEdges.get(offset).stream().map(this::pointerToColor).collect(toImmutableList()) | directSupertypes = this.disambiguationEdges.get(offset).stream().map(this::pointerToColor).collect(toImmutableSet()) | this.disambiguationEdges.get(offset).stream().map(this::pointerToColor).collect(toImmutableList()) | this.disambiguationEdges.get(offset).stream().map(this::pointerToColor).collect(toImmutableSet()) | closure-compiler | ee8b7f678f038b65ebfcbf4e0932db483b61d907 | com.google.javascript.jscomp.serialization.ColorDeserializer.ColorPoolBuilder | | _1 | directSupertypes |
---|
_2 | directSupertypes |
---|
| v0 | this.disambiguationEdges.get(offset).stream().map(this::pointerToColor) |
---|
| | v0 | this.disambiguationEdges.get(offset).stream().map(this::pointerToColor) |
---|
| AssignedTo | True |
return Arrays.stream(elements).filter(Objects::nonNull).collect(toImmutableList()); | return Arrays.stream(elements).filter(Objects::nonNull).collect(toImmutableSet()); | Arrays.stream(elements).filter(Objects::nonNull).collect(toImmutableList()) | Arrays.stream(elements).filter(Objects::nonNull).collect(toImmutableSet()) | bazel | a84e9e4dcc4bdc1a3b3f39605421ff7a451894d6 | com.google.devtools.build.lib.collect.CollectionUtils | | _1 | asListWithoutNulls |
---|
_2 | asSetWithoutNulls |
---|
| v0 | Arrays.stream(elements).filter(Objects::nonNull) |
---|
| | v0 | Arrays.stream(elements).filter(Objects::nonNull) |
---|
| Returns | True |