Interface IProvider<T>
-
- All Superinterfaces:
java.util.function.Supplier<T>
- All Known Subinterfaces:
IQueryGroupProvider
,IQuerySpecificationProvider
,IQuerySpecificationRegistryEntry
- All Known Implementing Classes:
SingletonInstanceProvider
,SingletonQueryGroupProvider
,SingletonQuerySpecificationProvider
public interface IProvider<T> extends java.util.function.Supplier<T>
A provider interface useful in various registry instances.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IProvider.ProvidedValueFunction
-