-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
-
2021 Week 04-06 (from Jan 25)
-
2
-
Undefined
-
NEW
-
NEW
Joiners.equal(mapping) can be confused for calling Joiners.equal(Function.identity, mapping) (while it calls Joiners.equal(mapping, mapping) instead).
An example in the javadocs will avoid such pitfalls/confusion. (Similar to how it was done for Collectors.)