[[["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-08 UTC."],[[["The latest version of `ForwardingApiFuture` is 2.46.1, and this webpage provides access to documentation for numerous versions, ranging down to version 2.1.2."],["`ForwardingApiFuture` is a Java class that implements the `ApiFuture` interface, allowing it to forward calls to a delegate `ApiFuture` instance."],["This class inherits from `java.lang.Object` and implements `ApiFuture`, providing methods such as `addListener`, `cancel`, `get`, `isCancelled`, and `isDone` for managing asynchronous operations."],["The `ForwardingApiFuture` constructor takes an `ApiFuture` delegate as a parameter, and it also supports type parameters, denoted by `T`, to handle various object types."],["The class has `get()` methods that can throw exceptions `InterruptedException`, `ExecutionException`, and `TimeoutException`, and `get()` methods take in a timeout and a `TimeUnit`."]]],[]]