ee.Feature.evaluate
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Asynchronicznie pobiera wartość tego obiektu z serwera i przekazuje ją do podanej funkcji wywołania zwrotnego.
Wykorzystanie | Zwroty |
---|
Feature.evaluate(callback) | |
Argument | Typ | Szczegóły |
---|
to: computedobject | ComputedObject | Instancja ComputedObject. |
callback | Funkcja | Funkcja w formacie function(success, failure), wywoływana, gdy serwer zwraca odpowiedź. Jeśli żądanie się powiodło, argument success zawiera oceniony wynik. Jeśli żądanie się nie powiedzie, argument failure będzie zawierać komunikat o błędzie. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eAllows retrieving the value of a ComputedObject from the server without blocking other operations.\u003c/p\u003e\n"],["\u003cp\u003eUses a callback function that receives the result or an error message upon completion.\u003c/p\u003e\n"],["\u003cp\u003eAccepts a ComputedObject instance and a callback function as parameters.\u003c/p\u003e\n"]]],["The `evaluate` method asynchronously fetches a `ComputedObject`'s value from the server. It takes a `callback` function as an argument, which is executed upon receiving a response. The `callback` function receives two parameters: `success` for the evaluated result if the request was successful, and `failure` for an error message if it failed. The method does not return any value. The request's status and outcome are communicated via the `callback`.\n"],null,["# ee.Feature.evaluate\n\n\u003cbr /\u003e\n\nAsynchronously retrieves the value of this object from the server and passes it to the provided callback function.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------|---------|\n| Feature.evaluate`(callback)` | |\n\n| Argument | Type | Details |\n|------------------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `computedobject` | ComputedObject | The ComputedObject instance. |\n| `callback` | Function | A function of the form function(success, failure), called when the server returns an answer. If the request succeeded, the success argument contains the evaluated result. If the request failed, the failure argument will contains an error message. |"]]