Searched refs:possiblyThrowingSet (Results 1 – 2 of 2) sorted by relevance
76 Set<Produced<String>> possiblyThrowingSet = multibindingComponent.possiblyThrowingSet().get(); in setBindingOfProducedWithFailures() local79 for (Produced<String> str : possiblyThrowingSet) { in setBindingOfProducedWithFailures()
44 ListenableFuture<Set<Produced<String>>> possiblyThrowingSet(); in possiblyThrowingSet() method