I could try that and convert it from the list if n...
# squarelibraries
b
I could try that and convert it from the list if needed 🤔
Copy code
fun list(): Observable<List<Account>>
...
val accounts: Observable<Account> = service.list().flatMap { Observable.fromIterable(it) }