[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-01 UTC."],[[["The latest version available is 2.46.1, but the page also contains links to previous versions of the `AbstractApiFuture` class, dating back to version 2.1.2."],["`AbstractApiFuture` is an abstract class that implements the `ApiFuture` interface, providing a base implementation similar to Guava's `AbstractFuture`."],["This class supports asynchronous operations, offering methods like `addListener`, `cancel`, and `get` for managing and retrieving results from asynchronous tasks."],["`AbstractApiFuture` includes methods for checking the status of a task, such as `isCancelled` and `isDone`, as well as methods for setting the result or an exception, such as `set` and `setException`."],["The `AbstractApiFuture` class supports being used with a timeout, allowing developers to pass in a timeout and time unit to limit how long the program waits for the return of a result."]]],[]]