Home
last modified time | relevance | path

Searched defs:asPagingSourceFactory (Results 1 – 2 of 2) sorted by relevance

/paging/paging-testing/src/commonMain/kotlin/androidx/paging/testing/
DStaticListPagingSourceFactory.kt46 public fun <Value : Any> Flow<@JvmSuppressWildcards List<Value>>.asPagingSourceFactory( in <lambda>() method
80 public fun <Value : Any> List<Value>.asPagingSourceFactory(): PagingSourceFactory<Int, Value> = in asPagingSourceFactory() method
/paging/paging-common/src/commonJvmAndroidMain/kotlin/androidx/paging/
DDataSource.jvm.kt232 public fun asPagingSourceFactory( in <lambda>() method in androidx.paging.DataSource.Factory