[[["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."],[[["This webpage details the `SettableApiFuture` class, a subclass of `AbstractApiFuture`, used to set the result of an `ApiFuture`."],["The `SettableApiFuture` class is designed as an alternative to Guava's `SettableFuture`, primarily to accommodate shading in its core."],["It provides methods to set a value (`set(V value)`) or an exception (`setException(Throwable throwable)`) to complete the `ApiFuture`."],["The page lists all available versions, ranging from 2.46.1 (latest) down to 2.1.2."],["The class inherits from `AbstractApiFuture`, and thus inherits several of its methods such as `addListener`, `cancel`, and `get` along with the ability to use `Object` methods."]]],[]]