Have a question, when I use a stream map in Java I have to be explicit with the lambda. Suppose I have this mapper function: And then I want to apply it to a certain List, I have to do this: So my question is if I can do something similar to what can be done in JavaScript, like Like