OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collectionOfProvidersOf
(Results
1 - 2
of
2
) sorted by null
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java
25
import static com.google.inject.multibindings.Multibinder.
collectionOfProvidersOf
;
174
mapKey.ofType(
collectionOfProvidersOf
(entryOfProviderOf(keyType, valueType)));
287
mapKey.ofType(
collectionOfProvidersOf
(entryOfProviderOf(keyType, valueType)));
440
Key<?> collectionOfProvidersKey = setKey.ofType(
collectionOfProvidersOf
(elementType));
529
Key<?> collectionOfProvidersKey = setKey.ofType(
collectionOfProvidersOf
(elementType));
[
all
...]
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
Multibinder.java
199
static <T> TypeLiteral<Collection<Provider<T>>>
collectionOfProvidersOf
(
283
this.collectionOfProvidersKey = setKey.ofType(
collectionOfProvidersOf
(elementType));
Completed in 961 milliseconds