java7 closures

  • submit to reddit

Want Closures in Java 7? Vote!

Although Sun Bug Database is somewhat unpopular it is at least one way to influence the future of Java. I have read many articles on the web where developers demand for including closures in Java 7. It is really strange that the issue 5014235 "Closures...

68 replies - 10063 views - 10/23/08 by Tim Lebedkov in News

More First Class Methods Code

I'm still experimenting with the prototype implementation of the FCM closures proposal. Here are a few utility methods that immediately came to mind.withLock -- This one I've seen an example of online a few times. It automatically release the lock when the...

2 replies - 4772 views - 03/10/08 by Collin Fagan in News