data.stream().map 跳出循环方法麻烦解答,根据条件判断不满足就跳过,不能使用filter
data.stream().map(o -> { if(.....){ //如果满足条件就执行,不满足就不执行 } })