[[["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-04-09 UTC."],[[["This page details the `ForwardingApiFuture` class, which implements the `ApiFuture` interface, in the Google API Common Java library."],["The latest version of `ForwardingApiFuture` is 2.46.1, and the page provides documentation links for a history of versions from 2.46.1 down to 2.1.2."],["`ForwardingApiFuture` inherits members from `java.lang.Object` and allows for the addition of listeners, cancellation, and retrieval of results, or to check if it has been cancelled or completed."],["The `ForwardingApiFuture` class has a constructor that accepts an `ApiFuture\u003cT\u003e` as a delegate and several methods such as `addListener`, `cancel`, `get`, `isCancelled`, and `isDone`."],["The type parameter `T` is used throughout the class, such as in the delegate object, the generic return type, and in the inherited interface."]]],[]]