Tagged Questions
9
votes
2answers
508 views
Closures in Java - syntax differences between the three major proposals?
Three major proposals for adding closures to the Java language has been presented:
BGGA (Bracha Gafter Gosling Ahé) also known as "full closures", by Gilad Bracha, Neal Gafter, James Gosling and ...
3
votes
2answers
408 views
Java Closures - Current State
There have been many threads that correspond to this topic.
http://stackoverflow.com/questions/116865/whats-the-current-state-of-closures-in-java
...
0
votes
2answers
246 views
closures mean fully type-safe criteria?
combining closures (FCM) and generics, would it be possible to have fully type-safe criteria.
// The following works without a cast as Foo.id is a 'long' field.
List<Long> ids = ...