Searched refs:MapOfProducerProducer (Results 1 – 3 of 3) sorted by relevance
35 public final class MapOfProducerProducer<K, V> extends AbstractMapProducer<K, V, Producer<V>> { class41 private MapOfProducerProducer(ImmutableMap<K, Producer<V>> contributingMap) { in MapOfProducerProducer() method in MapOfProducerProducer75 public MapOfProducerProducer<K, V> build() { in build()76 return new MapOfProducerProducer<>(mapBuilder.build()); in build()82 return newTransformedValuesView(MapOfProducerProducer.<V>toDependencyView()); in newDependencyView()89 MapOfProducerProducer.<V>toEntryPointView(cancellationListener)); in newEntryPointView()
34 MapOfProducerProducer<Integer, String> mapOfProducerProducer = in success()35 MapOfProducerProducer.<Integer, String>builder(2) in success()50 MapOfProducerProducer<Integer, String> mapOfProducerProducer = in failingContributionDoesNotFailMap()51 MapOfProducerProducer.<Integer, String>builder(2) in failingContributionDoesNotFailMap()
42 import dagger.producers.internal.MapOfProducerProducer;72 ClassName.get(MapOfProducerProducer.class);