zcash-android-wallet-sdk / cash.z.wallet.sdk.ext.android / FlowPagedListBuilder / build

build

fun build(): Flow<PagedList<Value>>

Constructs the Flow<PagedList>.

No work (such as loading) is done immediately, the creation of the first PagedList is is deferred until the Flow is collected.

Return
The Flow of PagedLists