| Interface | Description |
|---|---|
| LazyIterable.LazyLoader<T> |
A loader is responsible for returning new data on each call to
LazyIterable.LazyLoader.getNextValues(). |
| LazyIterable.LazyLoaderFactory<T> |
A factory that creates instances of LazyLoaders.
|
| Class | Description |
|---|---|
| LazyIterable<T> |
Produces an Iterator that will lazily load content.
|