Searched defs:asPagingSourceFactory (Results 1 – 2 of 2) sorted by relevance
46 public fun <Value : Any> Flow<@JvmSuppressWildcards List<Value>>.asPagingSourceFactory( in <lambda>() method80 public fun <Value : Any> List<Value>.asPagingSourceFactory(): PagingSourceFactory<Int, Value> = in asPagingSourceFactory() method
232 public fun asPagingSourceFactory( in <lambda>() method in androidx.paging.DataSource.Factory