释义 |
- n.希腊字母的第11个;星座中第11颗星;λ噬菌体(基因研究中所用的噬菌体病毒);人字缝尖;(生化)λ链
- n.(Lambda)(美)兰布达(人名)
1 ?匿名 Output:/输出: Lambdas/匿名 When the value is a callable object, such as a function or lambda, the object will be invoked and passed the block of te... 2 ?匿名函数 避免匿名函数(Lambdas) 由于历史原因,匿名函数常常被称为Lambdas。
- 1
Oddly, our final version doesn't use lambdas at all! 奇怪的是,我们最终版本根本没有使用lambdas ! - 2
Your applications can benefit from the use of lambdas and closures. 可通过采用 lambdas 和 closures 来使您的应用程序获益。 - 3
You can store any Ruby object, even procs, lambdas, threads, continuations. 你可以保存任何Ruby对象,即使是proc、lambda、线程或者continuation。
|