LAMBDA EXPRESSIONS in Chinese translation

lambda表达式
lambda表示式

Examples of using Lambda expressions in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Method references provide easy-to-read lambda expressions for methods that already have a name.
方法引用,为已命名方法提供了易于阅读的lambda表达式
This final extended example shows how function values, local defintions, and lambda expressions can work together to express general ideas concisely.
最后的扩展示例展示了函数值、局部定义和Lambda表达式如何一起工作来简明地表达通常的概念。
The Collections Framework has undergone a major revision in Java 8 to add aggregate operations based on the newly added streams facility and lambda expressions.
集合框架在Java8中进行了重大修改,以基于新添加的流工具和lambda表达式添加聚合操作;
With Hack's lambda expressions, we automatically infer these uses, saving you needless work.
使用Hack的lambda表达式,它会自动推断出这些用途,节省您不必要的工作。
This document shows how to use lambda expressions and describes current limitations.
本文档介绍了如何使用Lambda表达式并描述了其在当前应用中的限制。
Backed by short and simple code samples you will learn how to use default interface methods, lambda expressions, method references and repeatable annotations.
由短而简单的代码示例,带你了解如何使用默认接口方法,lambda表达式,方法引用和可重复注解。
Lambda expressions don't contain information about which functional interface they are implementing.
然而,Lambda表达式本身并不包含它在实现哪个函数式接口的信息。
Lambda expressions(sometimes called lambda forms) are used to create anonymous functions.
Lambda表达式(有时称为lambda构型)被用于创建匿名函数。
NET Framework, such as in SQL Server, you should not use method calls in lambda expressions.
NETFramework之外计算的表达式目录树(例如,在SQLServer中),则不应在lambda表达式中使用方法调用。
Lambda expressions enable you to do this, to treat functionality as method argument, or code as data.
Lambda表达式允许你将功能当作方法参数或将代码当作数据。
This means whenever we want to do anything using lambda expressions we need to create a functional interface first.
这就意味着只要我们想使用lambda表达式做任何事情,都需要先创建一个功能接口。
Generic(Polymorphic) Lambda Expressions Lambda function parameter types can now be specified using auto;
泛型(多态)lambda表达式现在lambda函数参数类型可指定使用auto;
I would also like to suggest that you use Net. Beans IDE to practice lambda expressions, it supports Java 8 well.
我还想建议大家使用NetbeansIDE来练习lambda表达式,它对Java8支持良好。
Because lambda expressions are typed, you can use them with C++ templates.
由于lambda表达式已类型化,因此你可以将其与C++模板一起使用。
It shouldn't be difficult for me to keep this for practice. You can follow my routine in implementing Runnable and ActionListener using lambda expressions.
我把这个留做练习,应该不难,可以按照我在使用lambda表达式实现Runnable和ActionListener的过程中的套路来做。
So Lambda expressions became the last straw that pushed us to revisit the flexibility of inheritance.
因此,Lambda表达式成为最后一根稻草,迫使我们重新审视继承的灵活性。
The reduceh() function defined by the stream API can accept lambda expressions and merge all values.
流API定义的reduce()函数可以接受lambda表达式,并对所有值进行合并。
Due to this limitation Java 8 adds a brand new language level feature called Lambda Expressions.
为此,Java8增加了一个语言级的新特性,名为Lambda表达式
It is though good to see some progress, particularly with a specification change as far reaching as lambda expressions could be to the Java language.
即便如此,能看到一些进步总是好的,特别是像lambda表达式这种能改变Java语言本身的规范。
There is one case in which an anonymous method provides functionality not found in lambda expressions.
在有一种情况下,匿名方法提供Lambda表达式中没有的功能。
Results: 109, Time: 0.0274

Lambda expressions in different Languages

Word-for-word translation

Top dictionary queries

English - Chinese