Generator

typealias Generator<T, I> = (cache: DataCache, description: DataDescription<T, I>) -> DataEntryCache<out T>(source)