[[["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-02 UTC."],[[["The `ApiFutureToListenableFuture` class adapts `ApiFuture` to `ListenableFuture`, allowing interoperability between the two future types."],["This class is intended for internal use only and implements the `ListenableFuture\u003cV\u003e` interface from the `com.google.common.util.concurrent` package."],["The class has a constructor `ApiFutureToListenableFuture(ApiFuture\u003cV\u003e apiFuture)` which takes an `ApiFuture` object as a parameter."],["Key methods provided include `addListener`, `cancel`, `get`, `isCancelled`, and `isDone`, which offer control and information about the state of the future."],["The documentation provides links to each of the listed version of the class, going from the latest version to older versions."]]],[]]