protonpack icon indicating copy to clipboard operation
protonpack copied to clipboard

java.util.stream.Stream has toList method so compiler needs to unconf…

Open homberghp opened this issue 1 year ago • 0 comments

…used

Since Java 16 Stream has a toList method too, so the compiler is stumped on the original line return of(collect(groupingBy(Entry::getKey, mapping(Entry::getValue, toList()))));

Helped by adding Collectors

homberghp avatar Nov 02 '23 14:11 homberghp