StackOverflow 文档 groovy 教程 收集运算符 找到匹配条件的第一个元素 找到匹配条件的第一个元素 Created: November-22, 2018 def lst = [10, 20, 30, 40] lst.find { it > 25 } // 30. Note: it returns a single value 使用 collectEntries 创建地图使用 findAll 过滤列表