Join Slack
Powered by
groupByTo assigns the data into your hashmap and r...
# rx
k
kioba
03/01/2018, 8:35 AM
groupByTo assigns the data into your hashmap and returns your hashmap so you dont need the assignment
carMakesMap = result...
map transfroms you data inside the observable, Observable<T> -> map -> Observable<HashMap>
Open in Slack
Previous
Next