sailpoint

How to use or escape java 8 Lambda expressions in Beanshell

限于喜欢 提交于 2019-12-19 09:50:10
问题 I'm working on a Product (Sailpoint IdentityIQ that runs in Tomcat) which uses Beanshell env for product customization hooks. I want to write some code to parse a large csv file and want to leverage Java 8 Streams. But I'm facing issue with Beanshell env throwing errors and didn't recognize the Lambda expressions though we are using Java 8 Is there any way we can tell beanshell to recognize the lambdas or escape in the code 回答1: Lambda expressions still not supported in beanshell Lambdas are