Searched refs:toImmutableSetMultimap (Results 1 – 9 of 9) sorted by relevance
25 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableSetMultimap;193 .collect(toImmutableSetMultimap(DependencyEdge::dependencyRequest, edge -> edge)); in dependencyEdges()303 toImmutableSetMultimap( in nodesByClass()
6 import static com.google.common.collect.ImmutableSetMultimap.toImmutableSetMultimap;91 .collect(toImmutableSetMultimap(Entry::getKey, Entry::getValue)); in TerritoryContainment()
9 import static com.google.common.collect.ImmutableSetMultimap.toImmutableSetMultimap;63 rules.stream().collect(toImmutableSetMultimap(Rule::getDataType, Rule::getPathPrefix)); in RegexTransformer()
23 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableSetMultimap;98 .collect(toImmutableSetMultimap(dagger.model.Binding::key, node -> node)); in mapMultibindings()
23 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableSetMultimap;121 .collect(toImmutableSetMultimap(Binding::key, binding -> binding))); in groupBindingsByKey()337 return bindings.stream().collect(toImmutableSetMultimap(BindingElement::forBinding, b -> b)); in index()
81 public static <T, K, V> Collector<T, ?, ImmutableSetMultimap<K, V>> toImmutableSetMultimap( in toImmutableSetMultimap() method in DaggerStreams
31 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableSetMultimap;342 toImmutableSetMultimap(entry -> entry.getKey().wrappedType(), Entry::getValue)); in validateCreators()
86 public static <T, K, V> Collector<T, ?, ImmutableSetMultimap<K, V>> toImmutableSetMultimap( in toImmutableSetMultimap() method in ImmutableSetMultimap
410 ImmutableSetMultimap.toImmutableSetMultimap(Entry::getKey, Entry::getValue); in testToImmutableSetMultimap()