-
Bug
-
Resolution: Done
-
Minor
-
8.20.0.Final
-
None
-
2022 Week 14-16 (from Apr 4)
-
2
-
NEW
-
NEW
At the moment, join() in CS is a convoluted spider web of calls between different join overloads. This is hard to track and creates complicated code in places.
The new implementation will be streamlined, regardless of which joiners and/or filters are being used:
join(Class) -> join(Stream) -> helper -> actuallyJoin()