fetcher property

PageFetcher<T> fetcher
final

Called whenever a new page is needed.

page is 1-based. Return an empty list (or fewer items than limit) to signal the end of the data.

Implementation

final PageFetcher<T> fetcher;