Relates :
|
|
Relates :
|
Implement lambda expressions by converting the lambda expression to a lambda method and calling it through invokedynamic using the lambda metafactory. Add adaptor methods if needed to handle complex call situations and some argument adaptions (like varargs). The approach is described here: http://cr.openjdk.java.net/~briangoetz/lambda/lambda-translation.html
|