Searched refs:mapOfProducerProducer (Results 1 – 2 of 2) sorted by relevance
34 MapOfProducerProducer<Integer, String> mapOfProducerProducer = in success() local39 Map<Integer, Producer<String>> map = mapOfProducerProducer.get().get(); in success()50 MapOfProducerProducer<Integer, String> mapOfProducerProducer = in failingContributionDoesNotFailMap() local55 Map<Integer, Producer<String>> map = mapOfProducerProducer.get().get(); in failingContributionDoesNotFailMap()
69 public Builder<K, V> putAll(Producer<Map<K, Producer<V>>> mapOfProducerProducer) { in putAll() argument70 super.putAll(mapOfProducerProducer); in putAll()