AbstractFlowPagedListBuilder

abstract class AbstractFlowPagedListBuilder<K : Any, V : Any>

Builder for Flow<PagedList> given a DataSource.Factory and a PagedList.Config.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Typically used to load additional data from network when paging from local storage.

Link copied to clipboard
abstract var initialLoadKey: K?

First loading key passed to the first PagedList/DataSource.

Functions

Link copied to clipboard
abstract fun buildFlow(): Flow<PagedList<V>>

Constructs a Flow<PagedList>.