Translation of anonymous function into German
Noun
technology
- He used an anonymous function to handle the event.Er benutzte eine anonyme Funktion, um das Ereignis zu bearbeiten.
Examples of anonymous function in a sentence
She wrote an anonymous function for the callback.
Translations of "anonymous function" in Context ordered by category and frequency
Just as the name implies, an anonymous function has no name.
Wie der Name impliziert hat eine anonyme Funktion keinen Namen.
A block is like an anonymous function or lambda.
Man kann ihn als eine anonyme Funktion oder lambda ansehen.
anonymous function: Examples and translations in context
Create an anonymous function and turn on strict mode.
Erstellen Sie eine anonyme Funktion, und aktivieren Sie den Strict-Modus.
An anonymous function is also called a lambda.
Eine anonyme Funktion wird auch Lambda genannt.
On one hand this introduces one function call to the anonymous function.
Auf der einen Seite stellt dies einen Funktionsaufruf an die anonyme Funktion.
When calling, the anonymous function is triggered and a streaming to the client is active.
Beim Aufruf wird die anonyme Funktion ausgelöst und ein Streaming zum Client ist aktiv.
Creates an anonymous function from the parameters passed, and returns a unique name for it.
Erzeugt eine anonyme Funktion anhand der übergebenen Parameter und gibt einen eindeutigen Namen für diese zurück.
This will cause the anonymous function to execute once the user releases a key he pressed.
Das führt dazu, dass die anonyme Funktion immer dann ausgeführt wird, wenn der Benutzer eine Taste wieder loslässt.
To define an anonymous function in Elixir we need the fn and end keywords.
Um eine anonyme Funktion in Elixir zu definieren werden wir die keywords fn und end verwenden.
Now TControl.EnumControls expects only one parameter, an anonymous function.
TControl.EnumControls erwartet jetzt nur einen Parameter, eine anonyme Funktion.