static final java.util.Set<java.util.stream.Collector$Characteristics> CH_CONCURRENT_NOID; public static java.util.stream.Collector<java.lang.CharSequence, ?, java ...
It is correct that we could introduce a local accumulator and pass it to both collect invocations but xs and ys are completely independent and need to stay that way (at no point are they unified), so ...