concat

abstract fun <R> concat(dataSource: DataSource<R>): DataSource<R>

concat an another DataSource and request API calls sequentially. we can determine request continuously the concat DataSource or stop when failed using ConcatStrategy.