Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/multibindings/
DMultibindingComponent.java59 ListenableFuture<Map<Integer, Produced<String>>> possiblyThrowingMapOfProduced(); in possiblyThrowingMapOfProduced() method
DMultibindingTest.java160 multibindingComponent.possiblyThrowingMapOfProduced().get(); in mapOfProducedBindingWithFailures()