What is the translation of " ANONYMOUS FUNCTION " in Spanish?

[ə'nɒniməs 'fʌŋkʃn]
[ə'nɒniməs 'fʌŋkʃn]

Examples of using Anonymous function in English and their translations into Spanish

{-}
  • Colloquial category close
  • Official category close
Its equivalent anonymous function would be.
Su equivalente en función anónima será la siguiente.
Anonymous function, passed as a$key, gives the same result.
Pasando una función anónima en$key, da el mismo resultado.
You could ask, are anonymous function essential for Scalar?
Podrías preguntarte,¿son las funciones anónimas esenciales en Scala?
Example 6 Attempting to use$this inside a static anonymous function.
Ejemplo 6 Intentar usar$this dentro de una función anónima estática.
Example 2 Anonymous function variable assignment example.
Ejemplo 2 Ejemplo de asignación de variable de una función anónima.
Example 7 Attempting to bind an object to a static anonymous function.
Ejemplo 6 Intentar usar$this dentro de una función anónima estática.
In Example 4 we have assigned an anonymous function to the onreadystatechange attribute.
En el Ejemplo 4 se ha asignado una función anónima al atributo onreadystatechange.
Example 7 Attempting to bind an object to a static anonymous function.
Ejemplo 7 Intentar vincular un objeto a una función anónima estática.
Create and return a new anonymous function from given callable using the current scope.
Crea y devuelve una nueva función anónima desde el callable dado empleando el ámbito actual.
Question Manager: viewers send in questions- anonymous function optional.
Administrador de consultas: el público puede enviar preguntas, función de anonimato opcional.
The anonymous function will only be called when the application requires access to the session data.
Sólo se llamará a la función anónima cuando la aplicación requiere acceso a los datos de sesión.
Before 4.0.1, PHP had no anonymous function support.[16].
Antes de la versión 4.0.1, PHP no tenía soporte para funciones anónimas.[15].
Services can be registered in several ways, but for our tutorial,we will use an anonymous function.
Los servicios se pueden registrar de varias formas, peropara nuestro tutorial usaremos una función anónima.
Note we have to pass the$app object in our anonymous function to have access to the request object.
Nota tenemos que pasar el objeto$app en nuestra función anónima para tener acceso al objeto request.
In the example given above,the Events Manager only acts as a bridge between an object and a listener the anonymous function.
En el ejemplo anterior,el gestor de eventos sólo actúa como un puente entre un objeto y un oyente la función anónima.
PHPEdit Before 4.0.1, PHP had no anonymous function support.[15].
Antes de la versión 4.0.1, PHP no tenía soporte para funciones anónimas.[15].
The clause use in the anonymous function allows us to pass some variables from the global to local scope easily.
La cláusula use en la función anónima nos permite pasar algunas variables del ámbito global al local fácilmente.
Functions can be added using two strategies,returning a simple string or using an anonymous function.
Las funciones se pueden agregar mediante dos estrategias,retornando una cadena simple o utilizando una función anónima.
The onclick property defines a new anonymous function, which sets the properties of a dialog box.
La propiedad onclick define una nueva función anónima, que establece las propiedades de un cuadro de diálogo.
If you want to maintain the module configuration in the bootstrap file you can use an anonymous function to register the module.
Si desea mantener la configuración del módulo en el archivo bootstrap puede utilizar una funciones anónimas para registrar el módulo.
Accessing the$app object inside the anonymous function can be achieved by injecting it as follows.
Acceder al objeto$app dentro de la función anónima puede lograrse mediante la inyección de esta, de la siguiente manera.
In the example given above the EventsManager only acted as a bridge between an object and a listener the anonymous function.
En el ejemplo anterior el EventsManager o Gestor de Eventos sólo actuó como un puente entre un objeto y un oyente que era una función anónima.
If you do not want to reuse Volt as a service,you can pass an anonymous function to register the engine instead of a service name.
Si no quieres reutilizar Volt como un servicio,puedes pasar una función anónima para registrar el motor en lugar de un nombre de servicio.
The anonymous function is not supported by standard C programming language, but supported by some C dialects, such as GCC and Clang.
La función anónima no es compatible con el lenguaje de programación C estándar, pero es soportada por algunas variables de C, como GCC y Clang.
Regardless of the reason why a closure is used, the anonymous function is the entity that contains the functionality that does the comparing.
Independientemente de la razón por la que se utiliza una clausura, la función anónima es la entidad que contiene la funcionalidad que hace la comparación.
The compilation path is generated according to the above options,if the developer wants total freedom defining the compilation path, an anonymous function can be used to generate it, this function receives the relative path to the template in the views directory.
La ruta de compilación se genera según las opciones anteriores, siel desarrollador quiere libertad total para definir la ruta de compilación, una función anónima puede utilizarse para generarlas, esta función recibe la ruta relativa de acceso a la plantilla al directorio de las vistas.
If output_buffering is enabled or an anonymous function was used with ob_start(), ob_list_handlers() will return"default output handler.
Si output_buffering está habilitado o se usó una función anónima con ob_start(), ob_list_handlers() devolverá"default output handler" gestor de salida predeterminado.
Second, the languages that treat functions as first-class functions(Dylan, Haskell, JavaScript, Lisp, ML, Perl, Python, Ruby, Scheme)generally have anonymous function support so that functions can be defined and passed around as easily as other data types.
En segundo lugar, los idiomas que tratan las funciones como funciones de primera clase(Dylan, Haskell, JavaScript, Lisp, Lenguaje de marcado, Perl, Python, Ruby, Scheme)generalmente tienen soporte de funciones anónimas para que las funciones se puedan definir y pasar tan fácilmente como otros tipos de datos.
The following example squares every element in an array with an anonymous function.>>> a>>> print(list(map(lambda x: x*x, a))) The anonymous function accepts an argument and multiplies it by itself squares it.
El siguiente ejemplo se aplica el cuadrado a cada elemento de una matriz con una función anónima.>>> a>>> print map(lambda x: x*x, a) La función anónima acepta un argumento y lo multiplica por sí mismo calcula su cuadrado.
Results: 29, Time: 0.0368

How to use "anonymous function" in a sentence

Only use anonymous function when necessary.
defines anonymous function and executes it.
Remove anonymous function for PHP 5.2 compatibility.
An anonymous function disappears immediately after use.
Call the anonymous function using the handle.
the anonymous function which became my callback.
Test of anonymous function took 0.005694 sec.
Anonymous function means "function without a name".
This anonymous function should accept 3 parameters.
Let's see the anonymous function in action.
Show more

Word-for-word translation

Top dictionary queries

English - Spanish