[[["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."],[[["The `SettableApiFuture` class, extending `AbstractApiFuture`, allows setting the result of an `ApiFuture` and is designed to replace Guava's `SettableFuture` for shading purposes."],["The latest version available is 2.46.1, with a history of versions dating back to 2.1.2, all of which implement `SettableApiFuture`."],["`SettableApiFuture` inherits various methods from `AbstractApiFuture`, including `addListener`, `cancel`, `get`, `isCancelled`, `isDone`, `set`, and `setException`."],["The class features static method `create()` that is used for creating an instance of the `SettableApiFuture` class, and `set()` and `setException()` methods to manually set the value or exception of the future, respectively."],["The class can be used with parameter V, and is defined as an Object that extends AbstractApiFuture, inheriting multiple methods and parameters from it."]]],[]]