Download for Windows Premium
Advertising
espressione lambda
lambda expression
Se si dispone di un'espressione lambda che chiama un metodo statico
If you have a lambda expression that calls a static method
Quindi, se hai avuto la seguente espressione lambda
So, if you had the following lambda expression
Presto sarà possibile dichiarare 'auto' i parametri dell'espressione lambda.
Soon, it will be possible to declare lambda expression parameters as 'auto.'
Dove contrassegno un'espressione lambda async?
Where do I mark a lambda expression async?
Tuttavia, quando un'espressione lambda sta semplicemente chiamando un singolo metodo che ha già un nome, è possibile tagliare ancora di più il codice dal progetto utilizzando un riferimento di metodo.
However, when a lambda expression is simply calling a single method that already has a name, you can cut even more code from your project by using a method reference.
Invece di passare come argomento di funzione un puntatore a funzione, passa un oggetto-funzione, o, se stai usando lo standard C++0x, un'espressione lambda.
Instead of passing a function pointer as an argument to a function, pass a function-object (or, if using the C++11 standard, a lambda expression).
Le prime due funzioni richiedono necessariamente un puntatore a funzione, mentre le seconde due possono usare un oggetto-funzione (o, usando C++0x, un'espressione lambda).
The former two functions require a function pointer as an argument, whereas the latter two may take a function-object argument (or, using the C++11 standard, a lambda expression).
Una funzione di ordine superiore è solo una funzione che prende un'altra funzione (o l'espressione lambda) come parametro, restituisce una funzione o entrambe le funzioni.
Higher-Order Functions A higher-order function is just a function that takes another function (or lambda expression) as a parameter, returns a function, or does both.
closure In Scheme, si parla di closure (chiusura) quando una funzione, di solito un'espressione lambda, viene passata come variabile.
closure In Scheme, a closure is created when a function, usually a lambda expression, is passed as a variable.
Nel nostro esempio del pulsante di azione galleggiante, possiamo utilizzare un riferimento metodico come corpo dell'espressione lambda
In our Floating Action Button example, we can use a method reference as the body of our lambda expression
Il secondo argomento, di tipo Expression (Of TDelegate), costituisce una rappresentazione strongly typed di un'espressione lambda che assume la forma strutturale di un expression tree.
The secund argument is of type Expression (Of TDelegate), and is a strongly typed representation of a lambda expression that is structured as an expression tree.
Il corpo dell'espressione lambda viene convertito in una UnaryExpression.
The lambda expression body is converted into an UnaryExpression.
Il Predicate<T> è un delegato di un metodo o un'espressione lambda che restituisce true se l'oggetto passato a corrisponda alle condizioni definite nel delegato o un'espressione lambda.
Remarks The Predicate<T> is a delegate to a method or a lambda expression that returns true if the object passed to it matches the conditions defined in the delegate or lambda expression.
No results found for this meaning.

Synonyms and analogies of "espressione lambda" in Italian

Advertising

Results: 52. Exact: 21. Elapsed time: 40 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200