pageable
Creates an empty-context Pageable.
Parameters
Scope that will be used for all the work.
Factory of page flows. A page that is empty is treated as valid, a page that is null is treated as loading.
Strategy for compositing a list of pages to load.
Items that will be displayed before any page data is collected.
Key factory for tracking items in storage and UI.
Creates a Pageable that can react to changes in the provided context.
When the context emits a new value, any currently cached pages are invalidated and re-fetched.
Parameters
Scope that will be used for all the work.
Context for page updates and strategy calculations. Context changes trigger a reload.
Factory of page flows. A page that is empty is treated as valid, a page that is null is treated as loading.
Strategy for compositing a list of pages to load.
Items that will be displayed before any page data is collected.
Key factory for tracking items in storage and UI.