[[["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 version of `ApiFuture` whose result can be manually set, similar in nature to Guava's `SettableFuture`."],["The latest version documented is 2.46.1, and the page offers documentation for various versions of the `SettableApiFuture` class, ranging from 2.1.2 to 2.46.1."],["`SettableApiFuture` inherits from `AbstractApiFuture` and provides methods for setting a value or an exception, as seen with the `set(V value)` and `setException(Throwable throwable)` methods."],["The class also includes a static `create()` method that is used to create an instance of the `SettableApiFuture` class, returning a SettableApiFuture object."]]],[]]