Home
last modified time | relevance | path

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

/paging/paging-rxjava2/src/main/java/androidx/paging/
DRxPagedList.kt214 fun <Key : Any, Value : Any> DataSource.Factory<Key, Value>.toFlowable( in toFlowable() method
269 fun <Key : Any, Value : Any> DataSource.Factory<Key, Value>.toFlowable( in toFlowable() method
438 fun <Key : Any, Value : Any> (() -> PagingSource<Key, Value>).toFlowable( in toFlowable() method
491 fun <Key : Any, Value : Any> (() -> PagingSource<Key, Value>).toFlowable( in toFlowable() method
/paging/paging-rxjava3/src/main/java/androidx/paging/rxjava3/
DRxPagedList.kt220 fun <Key : Any, Value : Any> DataSource.Factory<Key, Value>.toFlowable( in toFlowable() method
275 fun <Key : Any, Value : Any> DataSource.Factory<Key, Value>.toFlowable( in toFlowable() method
444 fun <Key : Any, Value : Any> (() -> PagingSource<Key, Value>).toFlowable( in toFlowable() method
497 fun <Key : Any, Value : Any> (() -> PagingSource<Key, Value>).toFlowable( in toFlowable() method