I can make Lambda Expressions distributed!
When I first learned about Lambda expressions, I felt an immediate desire for distributing them with Hazelcast Distributed Executor Service. The idea was to submit a lambda expression into Hazelcast Executor Service and let Hazelcast to execute it on a remote node. Here is how I want it to...