public interface RegistryBacking
Modifier and Type | Method and Description |
---|---|
<T> java.lang.Iterable<Supplier<? extends T>> |
provide(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<Supplier<? extends T>> provide(TypeToken<T> type)
T
- the class of the type to lookuptype
- the type to look up