Home
last modified time | relevance | path

Searched defs:flowable (Results 1 – 4 of 4) sorted by relevance

/paging/paging-rxjava2/src/androidTest/java/androidx/paging/
DRxPagedListTest.kt51 @Suppress("DEPRECATION") val flowable = dataSourceFactory.toFlowable(config) in flowable_config() constant
59 @Suppress("DEPRECATION") val flowable = dataSourceFactory.toFlowable(20) in flowable_pageSize() constant
/paging/paging-rxjava3/src/androidTest/java/androidx/paging/
DRxPagedListTest.kt53 @Suppress("DEPRECATION") val flowable = dataSourceFactory.toFlowable(config) in flowable_config() constant
61 @Suppress("DEPRECATION") val flowable = dataSourceFactory.toFlowable(20) in flowable_pageSize() constant
/paging/paging-rxjava3/src/main/java/androidx/paging/rxjava3/
DPagingRx.kt58 val <Key : Any, Value : Any> Pager<Key, Value>.flowable: Flowable<PagingData<Value>> constant
/paging/paging-rxjava2/src/main/java/androidx/paging/rxjava2/
DPagingRx.kt58 val <Key : Any, Value : Any> Pager<Key, Value>.flowable: Flowable<PagingData<Value>> constant