Lines Matching refs:toImmutableSet
24 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableSet;
143 .collect(toImmutableSet()); in bindings()
167 .collect(toImmutableSet()); in componentNodes()
180 return dependencyEdgeStream().collect(toImmutableSet()); in dependencyEdges()
200 .collect(toImmutableSet()); in dependencyEdges()
208 return dependencyEdgeStream(componentNode(component).get()).collect(toImmutableSet()); in entryPointEdges()
220 return entryPointEdgeStream().collect(toImmutableSet()); in entryPointEdges()
227 .collect(toImmutableSet()); in entryPointBindings()
247 .collect(toImmutableSet()); in requestingBindings()
259 .collect(toImmutableSet()); in requestedBindings()
271 .collect(toImmutableSet()); in requestedMaybeMissingBindings()