News

For instance, if a lambda involves modifying parameters before a method call, replacing it with a method reference might obscure what’s happening, as in stream.map(x -> process(x).save()) versus ...