What is the translation of " LAMBDA EXPRESSIONS " in Chinese?

lambda表达式
lambda表示式

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

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
How to use lambda expressions?
如何使用lambda表达式??
Lambda expressions can have zero, one, or more parameters.
Lambda表达式可以有0个,1个以及多个参数。
Java 8 will add closures(that is, lambda expressions).
Java8将会加入闭包(也就是lambda表达式)。
Lambda expressions are used in Expression Tree construction extensively.
表达式lambda广泛用于表达式树的构造。
Now we will give simple example to use lambda expressions.
我们首先来看一个使用lambda表达式的简单示例。
Lambda expressions a special syntax in Python for creating anonymous functions.
Lambda表达了Python中用于创建匿名函数的特殊语法。
C anonymous methods and lambda expressions support closure:.
F支持lambda表示式,支持闭包(closure)。
We focused on the differences between anonymous classes and lambda expressions.
我们专注于匿名类和lambda表达式之间的区别。
We can(and often will) use lambda expressions as the function.
我们可以(并且经常如此)使用lambda表达式作为函数。
All restrictions that apply to anonymous methods also apply to lambda expressions.
适用于匿名方法的所有限制也适用于Lambda表达式
This includes lambda expressions, method references and a few other capabilities.
这个项目包括了lambda表达式,方法参考和一些其他的能力。
In Java 8,you can replace ugly anonymous classes with more readable lambda expressions.
在java8中你可以使用Lambda表达式替代丑陋的匿名类。
Lambda expressions backing featured in JSR 335 extends the Java Virtual Machine.
JSR335中富有特色的Lambda表达式拓展了Java虚拟机。
Some programmers find that using unnamed functions from lambda expressions is shorter and more direct.
一些程序员发现使用lambda表达式的匿名函数更简短直接。
Java 8's lambda expressions do not magically transform it into a functional language.
Java8的Lambda表达式没有神奇地转变成函数式语言。
In the next section we will see that the MSIL generated for lambda expressions is not that different to regular functions.
在下一节中,我们会看到为Lambda表达式生成的MSIL与常规的函数并没有太大的不同。
Lambda Expressions enable you to treat functionality as a method argument, or code as data.
Lambda表达式允许你将功能当作方法参数或将代码当作数据。
Beginning with Java 8, we have three primitive types(int, long, and double)that use specialized primitive streams and lambda expressions.
从Java8开始,我们有三种原始类型(int、long和double),使用专用的原始流和Lambda表达式
However, compound lambda expressions are notoriously illegible, despite their brevity.
但是复合的lambda表达式是非常难以辨认的,尽管它们很简洁。
The programmers can use Java 8 toavail a number of new features including lambda expressions, a new date/time API and a new functional interface.
程序员可以用Java8来获得一些新功能,包括lambda表达式、新的日期/时间接口和一些新功能的接口。
Lambda expressions(and closures) are a popular feature of many modern programming languages.
Lambda表达式(以及闭包)在许多现代编程语言中都很普及。
It fully describes all new features of Java SE 8,including lambda expressions, method references, default methods, type annotations, and repeating annotations.
它充分描述了JavaSE8中添加的新功能,包括lambda表达式,方法引用,缺省方法,类型注释和重复注释。
Lambda expressions are limited: They are only useful for simple, one-line functions that evaluate and return a single expression..
Lambda表达式十分受限:它们仅仅可用于简单的单行函数,求解和返回一个表达式。
It fully describes the new features added in Java SE 8,including lambda expressions, method references, default methods, type annotations, and repeating annotations.
它充分描述了JavaSE8中添加的新功能,包括lambda表达式,方法引用,缺省方法,类型注释和重复注释。
Lambda expressions allow for implementing and passing functions in a straightforward way without having to declare additional(anonymous) classes.
Lambda表达式允许以简捷的方式实现和传递函数,而无需声明额外的(匿名)类。
Both anonymous methods and lambda expressions(in certain contexts) are compiled to delegate types.
匿名方法和Lambda表达式(在某些上下文中)都可编译为委托类型。
Lambda expressions and anonymous functions are'function literals', i.e. functions that are not declared, but passed immediately as an expression..
Lambda表达式与匿名函数是“函数字面值”,即未声明的函数,但立即做为表达式传递。
Streams are made to be employed with lambda expressions, a Java 8 addition which also makes many different facets of day-to-day programming simpler.
设计流的目的是与lambda表达式共同使用,Java8的这项增强也使得日常编程的其他很多方面变得更加简便。
Supporting lambda expressions also allows the performance of functional-style operations on streams of elements, such as MapReduce-inspired transformations on collections.
支持lambda表示式,也允许在功能性样式运作在元素流上的表现,像是MapReduce启发在集合上的变形。
Results: 29, Time: 0.0292

Word-for-word translation

Top dictionary queries

English - Chinese