[[["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."],[[["The `SettableApiFuture` class, extending `AbstractApiFuture`, allows setting the result of an `ApiFuture` and is designed for use in situations where Guava is shaded."],["This documentation covers a comprehensive range of versions, from 2.1.2 to the latest 2.46.1, for the `SettableApiFuture` API, with the latest version at the top of the list."],["`SettableApiFuture` includes inherited methods from `AbstractApiFuture`, such as `addListener`, `cancel`, `get`, and `isDone`, in addition to methods from `java.lang.Object`."],["The `create()` method is a static method used to generate an instance of `SettableApiFuture`."],["The class allows setting the value or the exception of the future through the methods `set(V value)` and `setException(Throwable throwable)` respectively, both returning a boolean to indicate success."]]],[]]