Iterator which iterates over elements of type T in a paginated way. Elements are ordered in a most recent first manner i.e. each subsequent page will have older elements of type T.
Get the items on the current page.
List of items of type T on the current page.
Get the page size.
10
Check whether a newer page exist.
Check whether an older page exist.
Move to page with newer elements.
Promise which resolves to the same object.
Move to page with older elements.
Iterator which iterates over elements of type T in a paginated way. Elements are ordered in a most recent first manner i.e. each subsequent page will have older elements of type T.