<@U0P7WBUSH> You seem to be using function referen...
# announcements
r
@igordonxiao You seem to be using function references, but when you do, don't need the lambda braces around them:
Copy code
dto.newAdd?.forEach(this::associationInfo)
1