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 過濾列表