标签:pre ref style col stream class nbsp analysis rgba
例:
analysisReturnGoodsList --》集合
AnalysisReturnGoods--》集合中的自定义对象
getRefundAmount--》对象中的方法
int sum = analysisReturnGoodsList.stream().mapToInt(AnalysisReturnGoods::getRefundAmount).sum();
标签:pre ref style col stream class nbsp analysis rgba
原文地址:https://www.cnblogs.com/cire/p/14683256.html