What’s the current state of closures in Java?

前端 未结 6 971
夕颜
夕颜 2020-12-10 11:41

Does anybody know, if closures will be in Java 7?

6条回答
  •  自闭症患者
    2020-12-10 12:11

    Closure won't definitively be present in Java 7, but if you are looking for a lighter solution to have closure in java right now check out how they have been implemented in the lambdaj library:

    http://code.google.com/p/lambdaj/wiki/Closures

提交回复
热议问题