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

Added Seq.skipLast(long n) and Seq.limitLast(long maxSize) #314

Closed tlinkowski closed 4 years ago

tlinkowski commented 7 years ago

See #313.

lukaseder commented 4 years ago

The PR got closed by github due to a recent rename of the main branch.

lukaseder commented 4 years ago

I'm not sure we need this in the API