[[["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 variant of `ApiFuture` which enables setting its result and is similar in purpose to Guava's `SettableFuture`."],["The class `SettableApiFuture` extends `AbstractApiFuture` and inherits multiple methods such as `addListener`, `cancel`, and `get`."],["The latest version available is `2.46.1`, and there are 36 documented versions listed, ranging down to version `2.1.2`."],["The `SettableApiFuture` class provides static method `create()` to produce an instance, and methods `set(V value)` and `setException(Throwable throwable)` for result assignment."],["The Type Parameter `V` defines the type for the `SettableApiFuture` class."]]],[]]