JAVA8 新特性 边学边记(一) Lambda Expressions_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > JAVA8 新特性 边学边记(一) Lambda Expressions

JAVA8 新特性 边学边记(一) Lambda Expressions

 2014/4/17 15:16:50  第一次认识梦想  程序员俱乐部  我要评论(0)
  • 摘要:LambdaExpressionsenableyoutoencapsulateasingleunitofbehaviorandpassittoothercode.Youcanusealambdaexpressionsifyouwantacertainactionperformedoneachelementofacollection,whenaprocessiscompleted,orwhenaprocessencountersanerror
  • 标签:新特性 expression Java
Lambda Expressions enable you to encapsulate a single unit of behavior and pass it to other code. You can use a lambda expressions if you want a certain action performed on each element of a collection, when a process is completed, or when a process encounters an error.
Lambda Expressions使得你可以封装一个单个的行为单元(方法定义?),并把它传到别的代码里面。你可以在对一个集合里面所有元素执行某一个特定操作,或者一个过程结束了,或者一个过程发生错误的时候使用lambda表达式


内容较多,具体内容待编辑。
发表评论
用户名: 匿名