Hi guys, I had this before: Map<String, City> cityByName = cities.stream().collect(groupingReduce( city -> city.getName(), throwingMerger())); What is the proper replacement? Regards, Michael