Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/multibindings/
DMultibindingTest.java76 Set<Produced<String>> possiblyThrowingSet = multibindingComponent.possiblyThrowingSet().get(); in setBindingOfProducedWithFailures() local
79 for (Produced<String> str : possiblyThrowingSet) { in setBindingOfProducedWithFailures()
DMultibindingComponent.java44 ListenableFuture<Set<Produced<String>>> possiblyThrowingSet(); in possiblyThrowingSet() method