[[["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 documents various versions of the `ApiFuture` interface, ranging from the latest version 2.46.1 down to 2.1.2."],["The `ApiFuture` interface is a `Future` that allows adding a listener, similar to Guava's `ListenableFuture`."],["The `ApiFuture` interface implements the `Future\u003cV\u003e` interface from `java.util.concurrent`."],["The `addListener` method allows registering a `Runnable` listener to be executed by a specified `Executor`."],["The `V` type parameter is available within the `ApiFuture` class."]]],[]]