groupByTo assigns the data into your hashmap and r...
# rx
k
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>