Anonymous function, what's your function?
匿名函数,您的函数是什么?
This creates an anonymous function and returns it.
这会创建一个匿名函数并返回此函数。
Each chunk is executed as the body of an anonymous function.
每个块都是作为一个匿名函数体来执行的。
Visual Basic's Iterators, look more like an anonymous function.
VisualBasic的迭代器,看上去更像一个匿名函数。
You then pass in an anonymous function (closure) to the onEvent property.
然后将一个匿名函数(closure)传入到onevent属性。
This particular anonymous function is pretty simple: it wraps broker.
上面的这个匿名函数很简单,它仅仅包装了一下broker。
In this case, the anonymous function adds 1 to every element of a list.
在本例中,匿名函数为列表的每个元素加1。
This version of to_function does one thing - it returns an anonymous function.
这个to_function实现做了一件事——返回一个匿名函数。
By replacing formal function definitions with anonymous functions, you simplify code.
通过用匿名函数来替换正式函数定义,您可简化代码。
The value of afterFinish is an anonymous function that is invoked when the effect is done.
afterFinish的值是一个匿名函数,在效果完成时被调用。
The anonymous function takes two market data as arguments: a ticker symbol and a price.
匿名函数的参数是两项市场数据:股票代码和价格。
Notice that the map you pass to the extend function maps from keywords to anonymous functions.
请注意将您传递到extend函数的映射从关键字映射到匿名函数。
This expression is actually the body of an "anonymous function", called a function literal in Scala.
这个表达式实际上是一个“匿名函数”的函数体,在Scala中称为字面函数。
Curious readers will be wondering what makes a functor different from an anonymous function or closure.
好奇的读者会想是什么使仿函数不同于匿名函数或闭包呢?
In this example, you use simple HTML tags to pull in icon images and jQuery to attach an anonymous function to that image.
在本例中,使用简单的HTML标记来拉入图标图像,使用jQuery将一个匿名的函数追加到该图像。
It builds an Erlang expression in abstract form and returns an anonymous function which can dynamically evaluate it later.
它构造一种抽象形式的Erlang表达式,并返回一个匿名函数,让它以后再动态地求解。
An anonymous function is defined within the context of another function, usually by assigning it to a delegate variable.
匿名函数通常通过分配到一个代理变量,来在其他函数的上下文中定义。
If defining even a single property is too much, you can define and invoke an anonymous function in a single expression.
如果还觉得定义一个属性也很麻烦,你可以在一个表达式中,直接定义并执行一个匿名函数。
In this case, when any client sends data to server, this anonymous function is called and the data is passed into the function.
在这种情况下,当任意客户端发送数据给服务器时,就会调用这个匿名函数并将数据传入函数中。
Unlike XAML, you have the option of either passing in a function or defining the converter inline as an anonymous function.
和XAML不同的是,既可以把一个函数作为参数传入,也可以通过一个内联的匿名函数来定义转换器。
The workaround is to encapsulate your variables in an anonymous function and call that function immediately after you define it.
解决办法是,把你的变量放在一个匿名函数内部,定义完之后立即调用它。
It is important to notice that you cannot easily unsubscribe from an event if you used an anonymous function to subscribe to it.
请注意,如果使用了匿名函式来订阅事件,则无法轻易取消订阅该事件,这一点非常重要。
The anonymous function is now named, providing most profilers with something meaningful to display along with the profile results.
此匿名函数现在被命名了,使大多数分析器的分析结果显示出有意义的内容。
A Groovy Closure is an anonymous function that can access its enclosing scope, can be called repeatedly at will, and be passed around as it were data.
一个Groovy闭包是一个匿名函数,它可访问包含它的范围,可随意被重复调用,并可将其当作数据到处传递。
In this case, we want to be able to alter the Organizer's pixMap field during the execution of the anonymous function being called by the each function.
在这里,在执行each函数调用的匿名函数期间,我们希望能够修改organizer的pixmap字段。
Since it is implemented as an anonymous function within another function, one could do some preliminary checks and calculations before creating the iterator.
由于它是在另外一个函数当中实现了一个匿名函数,人们就能够做一些前置检查和在迭代器创建之后进行计算。
That is, a closure is an anonymous function that, when created, attaches to itself the value of variables from the scope of the code that created the function.
就是说,closure是个匿名函数,在其创建时,将来自创建该函数的代码范围内得变量值附加到它本身。
Once the business logic is obtained in abstract form within this version of to_function, it returns an anonymous function (just like the first version of to_function).
这个版本的to_function取得业务逻辑的抽象形式之后,会返回一个匿名函数(与前一个版本的to_function一样)。
It's an anonymous function that's passed into The Times method and prints a static sentence. This code is tighter and simpler than the alternative with a for loop, shown in Listing 2.
它是一个匿名函数,times方法被传递到该函数,函数的结果是打印出静态语句。
It's an anonymous function that's passed into The Times method and prints a static sentence. This code is tighter and simpler than the alternative with a for loop, shown in Listing 2.
它是一个匿名函数,times方法被传递到该函数,函数的结果是打印出静态语句。
应用推荐