Im trying to use method reference in groovy. And I could not get it working.
The following is working in groovy.
Option2> list.stream().map(user -> use
list.stream().map(user -> use