Join Slack
Powered by
And moreover, can I rely that JVM will not recompi...
# random
p
poohbar
01/24/2019, 6:57 PM
And moreover, can I rely that JVM will not recompile a lambda on a subsequent call giving it a different name? E.g. here:
Copy code
for (x in y) { runner.submit(() -> "Hello"); }
2
Views
Open in Slack
Previous
Next