concat

open override fun <R> concat(dataSource: DataSource<R>): DataSource<R>

concat an another DataSource and request API call sequentially if the API call getting successful.