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.
JavaApache-2.0
Issues
- 3
Release 0.9.15
#402 opened by murdos - 5
- 6
Add support for PERCENTILE_CONT semantics
#380 opened by rwperrott - 0
Add @param javadoc to Agg methods
#388 opened by lukaseder - 1
Bad interaction between window() and limit()
#357 opened by nmishkin - 8
Tuple.collectors() should be able to share state
#344 opened by lukaseder - 3
Don't swap Range bounds by default
#352 opened by lukaseder - 5
- 3
Add release notes
#334 opened by pedrorijo91 - 2
- 9
- 6
Wrong result for Agg.regrR2Double()
#397 opened by magicprinc - 1
Replace <code><pre> by <pre><code> in Javadoc
#401 opened by lukaseder - 0
- 4
Some interesting additions (Predicates, fixed Javadoc errors, Wrapped/Safe version of Unchecked/Sneaky)
#396 opened by magicprinc - 1
- 3
- 3
jool-java-8 has major version 53 (JDK9)
#349 opened by vbaidak - 1
- 0
Add Agg.correlationDouble()
#390 opened by lukaseder - 1
Add Agg.covarianceDouble
#389 opened by lukaseder - 2
- 3
- 1
Add Seq.toMap() with mergeFunction
#377 opened by mujun0312 - 2
Add Agg.taking() and Agg.dropping() collectors
#359 opened by lukaseder - 9
- 3
Change Tuple v1 to fst and v2 to snd
#364 opened by abueide - 3
Add zipWithIndexAndSize()
#363 opened by Spike2050 - 1
- 7
Add Tuple[N] element equality check
#361 opened by jdimeo - 1
Treat null as empty array in Seq.of(T[])
#358 opened by pgrisafi - 1
Let Function interfaces implement Serializable
#356 opened by vusalalishov - 5
Add support for unbounded ranges
#350 opened by lukaseder - 2
no method like Seq.of(Collection)
#341 opened by hhxx1994 - 0
Add documentation to Range about it being inclusive
#353 opened by lukaseder - 0
Add Range.contains(T) and Range.contains(Range)
#354 opened by lukaseder - 0
Deprecate Tuple2.overlaps() and Tuple2.intersect
#355 opened by lukaseder - 1
Index of elements supported with foreach
#348 opened by superlins - 1
JOOL miss CheckedToBooleanFunction
#347 opened by strogiyotec - 3
Reject method to Seq stream
#346 opened by strogiyotec - 1
- 7
Compile error using Jool with Eclipse and Java11
#343 opened by cvgaviao - 1
Suggestion - support autoclose
#342 opened by saffih - 2
- 2
- 0
- 1
Missing exports section in module-info.java
#336 opened by lukaseder - 3
Missing exports section in module-info.java
#335 opened by mkelly1495 - 5
- 1
Functionality request: subclassing using lambdas
#331 opened by markzyu