Jul 28, 2021
Using Java 8 Collectors.groupingBy or Eclipse Collections groupBy would both have the same problem. The resulting lists in the grouping would still be List<Number>.
Using Java 8 Collectors.groupingBy or Eclipse Collections groupBy would both have the same problem. The resulting lists in the grouping would still be List<Number>.
Java Champion. Creator of the Eclipse Collections OSS Java library (https://github.com/eclipse/eclipse-collections). Inspired by Smalltalk. Opinions are my own.