[[["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-03-21 UTC."],[[["This webpage provides documentation for the `ApiFuture` interface, offering a comprehensive list of available versions, starting with the latest version 2.46.1 and going down to version 2.1.2."],["`ApiFuture` is a Java interface, similar to Guava's `ListenableFuture`, that allows for the addition of listeners and extends the standard `Future\u003cV\u003e` interface."],["The interface `ApiFuture\u003cV\u003e` has a single method `addListener`, which allows a `Runnable` listener to be executed by the given `Executor` when the future completes."],["The type parameter `V` represents the type of the result returned by the future."]]],[]]