Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/multibindings/
DMultibindingComponent.java67 ListenableFuture<Map<Object, Produced<Object>>> objMapOfProduced(); in objMapOfProduced() method
DMultibindingTest.java186 assertThat(multibindingComponent.objMapOfProduced().get()).isEmpty(); in emptyMap()