Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DKeyFactory.java287 return Stream.of(implicitMapProviderKeyFrom(requestKey), implicitMapProducerKeyFrom(requestKey)) in implicitFrameworkMapKeys()
311 Optional<Key> implicitMapProducerKeyFrom(Key possibleMapKey) { in implicitMapProducerKeyFrom() method in KeyFactory