Interface PagingIterator.PageFetcher<T>

Enclosing class:
PagingIterator<T>

public static interface PagingIterator.PageFetcher<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fetchNextPage(int thePageIndex, int theBatchSize, Consumer<T> theConsumer)
     
  • Method Details