Posted to StackOverflow This is currently possible to solve but only in a pretty hackie way, but let me first explain a few things: When you write a lambda, the compiler inserts a dynamic invoke instruction pointing to the LambdaMetafactory and a private static synthetic method with the body of the lambda. The synthetic method and […]