Home
last modified time | relevance | path

Searched refs:possiblyThrowingMapOfProducer (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/javatests/dagger/functional/producers/multibindings/
DMultibindingComponent.java56 ListenableFuture<Map<Integer, Producer<String>>> possiblyThrowingMapOfProducer(); in possiblyThrowingMapOfProducer() method
DMultibindingTest.java142 multibindingComponent.possiblyThrowingMapOfProducer().get(); in mapOfProducerBindingWithFailures()