return ImmutableSet.copyOf(allBuiltins.values()); | return ImmutableList.copyOf(allBuiltins.values()); | ImmutableSet.copyOf(allBuiltins.values()) | ImmutableList.copyOf(allBuiltins.values()) | bazel | ba23ae2a4ae20d14f98475a482715821e2d0dd61 | com.google.devtools.build.lib.syntax.Runtime.BuiltinRegistry | | _1 | getBuiltins |
---|
_2 | getBuiltins |
---|
| | - com.google.common.collect.ImmutableList
| | Returns | True |