这里看到了product的例子,串行实现与并行实现是否应该不同?
这样,估计是复制粘贴没改过来 Optional optional = list.parallelStream().max((p1, p2)-> p1.hot - p2.hot);