[[["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 specialized `ApiFuture` that allows setting of its result, similar to Guava's `SettableFuture`."],["The `SettableApiFuture` class extends `AbstractApiFuture` and inherits various methods, including `addListener`, `cancel`, `get`, and `set`, among others."],["The page lists multiple versions of the `SettableApiFuture` class, with version 2.46.1 being the latest, and goes as far back as 2.1.2, covering all versions in between."],["The class includes static methods like `create()` for instantiating a new `SettableApiFuture` instance and the methods `set()` and `setException()` which are overriden to handle the value or exception."],["`SettableApiFuture` has a type parameter `V`, and it can only be set one time, either with a result through the `set` method, or an exception through the `setException` method."]]],[]]