# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCollectionPaginator creates a paginator over a collection of dynamic pages.
No description provided by the author
NewStaticPagePaginator creates a paginator over a collection but only dealing with static pages i.e.
NewStaticPageStreamPaginator creates a paginator over a stream but the pages are static i.e.
NewStreamPaginator creates a paginator over a stream of dynamic pages i.e.
# Structs
No description provided by the author
No description provided by the author
DynamicPagePaginator defines a paginator over dynamic pages i.e.
DynamicPageStreamPaginator defines a paginator over a stream of dynamic pages i.e.
No description provided by the author
No description provided by the author
No description provided by the author
StaticPagePaginator defines a paginator over static pages i.e.
StaticPageStreamPaginator defines a paginator over a stream of static pages i.e.
# Interfaces
IGenericPaginator defines a generic paginator.
IGenericStreamPaginator is an iterator over a stream.
IIterator defines an iterator over a collection of items.
IPage defines a page with the ability to access next pages.
IPaginator is an iterator over multiple pages.
IPaginatorAndPageFetcher is a paginator dealing with static pages.
IStaticPage defines a generic page for a collection.
IStaticPageStream defines a page for a collection which does not have any known ending.
IStream defines a stream with the ability to access future pages.
IStreamPaginator is stream paginator over dynamic pages.
IStreamPaginatorAndPageFetcher is a stream paginator over static pages.