public interface RegistryBacking
Modifier and Type | Method and Description |
---|---|
<T> java.lang.Iterable<com.google.common.base.Supplier<? extends T>> |
provide(com.google.common.reflect.TypeToken<T> type)
Provides instances to the Registry implementation which uses this method for looking up an iterable
result of Supplier instances for the given type.
|
<T> java.lang.Iterable<com.google.common.base.Supplier<? extends T>> provide(com.google.common.reflect.TypeToken<T> type)
T
- the class of the type to lookuptype
- the type to look up