<@U1N24D2F2> Could you please describe what you wa...
# rx
g
@blakelee Could you please describe what you want to do. You have
api.getUsers()
that returns
Observable<List<String>>
and
getUserByLogin(login: String): Observable<User>
And as result to subscribe you want to get just
List<User>
? Is that correct? Just it’s hard to understand, what is you target goal