[[["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-07-01 UTC."],[[["This webpage details the `SettableApiFuture` class, a specialized `ApiFuture` in Java designed for setting results, similar to Guava's `SettableFuture`."],["The `SettableApiFuture` class extends `AbstractApiFuture` and inherits various methods, including `addListener`, `cancel`, `get`, and `isDone`, among others."],["The latest version of this library is 2.46.1, while this specific page is dedicated to version 2.6.1, with links to many other prior versions."],["`SettableApiFuture` provides static method `create()` to return a new instance, and the methods `set(V value)` and `setException(Throwable throwable)` to set a result or an exception, respectively."]]],[]]