[[["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-17 UTC."],[[["This webpage details the `SettableApiFuture` class, a subclass of `AbstractApiFuture`, that is used to set the result of an `ApiFuture`."],["The latest version of `SettableApiFuture` is 2.46.1, with a list of prior versions available for reference, going down as low as version 2.1.2."],["`SettableApiFuture` is similar to Guava's `SettableFuture`, but was redeclared to allow for Guava to be shaded, while it extends `AbstractApiFuture` and inherits members like `addListener`, `cancel`, `get`, and `setException`."],["`SettableApiFuture` provides methods `set(V value)` and `setException(Throwable throwable)` to set a value or throw an exception, respectively, and it offers a static method `\u003cV\u003ecreate()` to instantiate the class."],["`SettableApiFuture` inherits methods from both `AbstractApiFuture` and `java.lang.Object`, including functions for managing the task's lifecycle and status, such as `isDone`, `isCancelled`, and `interruptTask`."]]],[]]