Interface PageImpl.NextPageFetcher<T>

Type Parameters:
T - the value type that the page holds
All Superinterfaces:
Serializable
Enclosing class:
PageImpl<T>

public static interface PageImpl.NextPageFetcher<T> extends Serializable
Interface for fetching the next page of results from the service.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getNextPage

      Page<T> getNextPage()