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.
We've deprecated it in 0.9.9 (#169) and we'll remove the class in 0.9.13. Removing it will prevent having to add a dependency on the java.sql module, when modularising the library (#327)
We've deprecated it in 0.9.9 (#169) and we'll remove the class in 0.9.13. Removing it will prevent having to add a dependency on the
java.sql
module, when modularising the library (#327)