bdawg.io
fun list(): Observable<List<Account>> ... val accounts: Observable<Account> = service.list().flatMap { Observable.fromIterable(it) }