Interface LazyEnumerator<T>

Type Parameters:
T - Type of the values
All Known Subinterfaces:
ChoiceSourceType
All Known Implementing Classes:
AbstractSourceType, ManualSourceType, ManualWithCostsSourceType, TableRefSourceType, UsersSourceType

public interface LazyEnumerator<T>
Enumerator for listing values with lazy loading.

Such values usually depends on environment (directory listing, DB table, ...).