On 9/9/26 12:18 PM, Anthony Vanelverdinghe wrote:
Why would `Collectors.joining(listFormat)` conflict with the overload that 
takes `CharSequence`? Is this merely about the fact that 
`Collectors.joining(null)` would become ambiguous or am I missing something?
Yes, that ambiguity is the issue I was referring to. Unlikely, but Collectors.joining(null) won't compile with that ambiguity.

Naoto

Reply via email to