[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage details the `ForwardingApiFuture` class, which implements the `ApiFuture` interface and is part of the Google API Core library for Java, with the most recent version listed as 2.46.1."],["The `ForwardingApiFuture` class, denoted as `ForwardingApiFuture\u003cT\u003e`, inherits from `java.lang.Object` and includes inherited methods such as `clone()`, `equals(Object)`, and `wait(long, int)` among others."],["The class provides a constructor `ForwardingApiFuture(ApiFuture\u003cT\u003e delegate)` that takes an `ApiFuture` object as a delegate parameter, and has type parameter `T`."],["The class also provides the methods `addListener(Runnable listener, Executor executor)`, `cancel(boolean mayInterruptIfRunning)`, `get()`, `get(long timeout, TimeUnit unit)`, `isCancelled()` and `isDone()`."],["The document provides a list of links for different versions of this class, going as far back as version 2.1.2, for users who may be using older versions or need to find API changes."]]],[]]