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

[#275]Implement Seq.fullOuterJoin in Seq.java #368

Closed YETSDD closed 4 years ago

YETSDD commented 4 years ago

We add the fullOuterJoin and fullOuterSelfJoin by combining leftOuterJoin and RightOuterJoin

lukaseder commented 4 years ago

Thanks for your suggestion. The implementation is incorrect, which is why I'm rejecting this PR.