jOOQ / jOOL

jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.
http://www.jooq.org/products
Apache License 2.0
2.09k stars 168 forks source link

[#154]Overload groupBy() and grouping() to support multiple collectors #373

Closed TRebirthC closed 4 years ago

TRebirthC commented 4 years ago

Overload groupBy() and grouping() to support multiple collectors

lukaseder commented 4 years ago

Thanks for your suggestion. That's a lot of overloads. It hasn't been decided yet, whether we want to go ahead with #154.