匿名函数 meaning in Chinese
anonymous function
Examples
- In groovy , closures are first - class nameless functions that can encapsulate behavior
在groovy中,闭包是能够封装行为的第一级匿名函数。 - Lambda expressions , an evolution of anonymous methods that provides improved type inference and conversions to both delegate types and expression trees
Lambda表达式,匿名函数的一种进化,为代理类型和表达式树提供改良的类型推断结果和转换。 - The separation of creating and naming functions , for instance , allows the scheme programmer to create and use anonymous functions anywhere within their code while leaving normal , named functions easily coded
例如,创建函数和命名函数的分离,使得scheme程序员可以在代码中任意位置创建并使用匿名函数,而同时也可以方便地编写正规的、命名的函数。