Package ca.uhn.fhir.model.api
Interface PagingIterator.PageFetcher<T>
- Enclosing class:
PagingIterator<T>
public static interface PagingIterator.PageFetcher<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fetchNextPage
(int thePageIndex, int theBatchSize, Consumer<T> theConsumer)
-
Method Details
-
fetchNextPage
-