This is extremely heavyweight syntax for something I like to use as a lightweight construct. If I wanted a function, I would make something a function.
IMO lambdas are useful because they reduce mental overhead by allowing the developer not to give names to trivial functions [1].
Compare these two equivalent pieces of code: