se8
-
The most significant new language feature in Java SE8 is lambda expressions ( or closures ) .
JavaSE8中最重要的新语言功能是lambda表达式(或闭包)。
-
So instead of function types , lambda expressions in Java SE8 will bring along a different friend , SAM conversion .
因此,JavaSE8中的lambda表达式会带来另一种不同的相关功能SAM转换,而不是函数类型。
-
JavaFX was designed to be amenable to the " lambda " language feature planned for Java SE8 .
JavaFX设计适合于JavaSE8中“lambda”语言特性计划。
-
Another good thing is that once modularization is part of Java SE8 , moving to OSGi will be easier than it is today .
另一个好处是,一旦模块化成为JavaSE8的一部分,向OSGi转会比现在容易得多。
-
These features will be offered in the upcoming Java SE7 ( target release in mid2011 ) and Java SE8 ( mid2012 ) versions .
这些功能将随着JavaSE7(计划2011年中发布)和JavaSE8(2012年中期)发布。
-
The syntax here for lambda expressions , as well as the improvements to the Collections APIs , are provisional and are only meant to be suggestive of what code we might be able to write with Java SE8 .
这里的lambda表达式语法,以及CollectionsAPI的改进,都是临时给出的,只是用来示意我们可能会写到JavaSE8中的是什么样的代码。