Package-level declarations

Types

Link copied to clipboard
class FlowPagedListBuilder<K : Any, V : Any>(    dataSourceFactory: DataSource.Factory<K, V>,     config: PagedList.Config,     var initialLoadKey: K? = null,     var boundaryCallback: PagedList.BoundaryCallback<V>? = null,     notifyDispatcher: CoroutineDispatcher = Dispatchers.Main,     fetchDispatcher: CoroutineDispatcher = Dispatchers.IO) : AbstractFlowPagedListBuilder<K, V>

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