【发布时间】:2021-07-09 12:42:50
【问题描述】:
当尝试在 sn-p 下执行迭代 Map
map.entrySet().stream().forEach(map -> {
if (map.getValue().stream().anyMatch(s -> groupDN.startsWith(s.toUpperCase()))) {
return "DONE";
}
;
});
异常运行规则:BeanShell script error: bsh.ParseException: Parse error at line 30, column 22. 遇到:> BSF info: Test_RO at line: 0 column: columnNo
【问题讨论】:
标签: java stream beanshell sailpoint