Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/multibindings/
DMultibindingComponent.java53 ListenableFuture<Map<Integer, String>> possiblyThrowingMap(); in possiblyThrowingMap() method
DMultibindingTest.java131 multibindingComponent.possiblyThrowingMap().get(); in mapBindingWithFailures()