[[["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-09-04 UTC."],[[["\u003cp\u003eThe webpage provides a comprehensive list of versions for the \u003ccode\u003eApiFuture\u003c/code\u003e class, ranging from the latest version 2.46.1 down to version 2.1.2.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eApiFuture\u003c/code\u003e is a Java interface, similar to Guava's \u003ccode\u003eListenableFuture\u003c/code\u003e, designed to allow adding listeners, but redeclared so that Guava could be shaded.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eApiFuture\u003c/code\u003e extends the \u003ccode\u003eFuture<V>\u003c/code\u003e interface, enabling asynchronous operations and it's associated with a type parameter \u003ccode\u003eV\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes an \u003ccode\u003eaddListener\u003c/code\u003e method, which takes a \u003ccode\u003eRunnable\u003c/code\u003e listener and an \u003ccode\u003eExecutor\u003c/code\u003e as parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eaddListener\u003c/code\u003e method allows the execution of a provided task (\u003ccode\u003eRunnable\u003c/code\u003e) with a given executor once the ApiFuture has completed.\u003c/p\u003e\n"]]],[],null,[]]