摘要: Stream的执行流程参考https://www.cnblogs.com/shigongp/p/17181380.html。 anyMatch判断Stream中是否存在满足断言Predicate的元素。allMatch判断Stream中所有元素是否都满足断言Predicate。noneMatch判断 阅读全文
posted @ 2023-03-13 22:27 shigp1 阅读(762) 评论(0) 推荐(0)