Interface PaginationWalker.WalkFunction<T>
- Type Parameters:
T
-
- Enclosing class:
PaginationWalker
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used to fetch the next page of a collection.
-
Method Summary
-
Method Details
-
getPage
Fetches the next page.- Parameters:
offset
- the offsetcount
- the count- Returns:
- the
Pagination
with the results for the page
-