Searched defs:flowable (Results 1 – 4 of 4) sorted by relevance
51 @Suppress("DEPRECATION") val flowable = dataSourceFactory.toFlowable(config) in flowable_config() constant59 @Suppress("DEPRECATION") val flowable = dataSourceFactory.toFlowable(20) in flowable_pageSize() constant
53 @Suppress("DEPRECATION") val flowable = dataSourceFactory.toFlowable(config) in flowable_config() constant61 @Suppress("DEPRECATION") val flowable = dataSourceFactory.toFlowable(20) in flowable_pageSize() constant
58 val <Key : Any, Value : Any> Pager<Key, Value>.flowable: Flowable<PagingData<Value>> constant