[[["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-03 UTC."],[[["\u003cp\u003eThe latest version available is 2.46.1, as indicated by the (latest) tag, and there are numerous previous versions ranging from 2.45.0 down to 2.1.2, all of which are documented.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eForwardingApiFuture<T>\u003c/code\u003e is a class that implements \u003ccode\u003eApiFuture<T>\u003c/code\u003e and inherits from \u003ccode\u003ejava.lang.Object\u003c/code\u003e, providing a way to forward operations to a delegate \u003ccode\u003eApiFuture\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eForwardingApiFuture\u003c/code\u003e class offers methods like \u003ccode\u003eaddListener\u003c/code\u003e, \u003ccode\u003ecancel\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003eisCancelled\u003c/code\u003e, and \u003ccode\u003eisDone\u003c/code\u003e, which are essential for managing asynchronous tasks and retrieving their results.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor \u003ccode\u003eForwardingApiFuture(ApiFuture<T> delegate)\u003c/code\u003e, which takes an \u003ccode\u003eApiFuture\u003c/code\u003e object as a parameter, enabling the forwarding of method calls.\u003c/p\u003e\n"],["\u003cp\u003eThe inherited methods from the Object class are \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals(Object)\u003c/code\u003e, \u003ccode\u003efinalize()\u003c/code\u003e, \u003ccode\u003egetClass()\u003c/code\u003e, \u003ccode\u003ehashCode()\u003c/code\u003e, \u003ccode\u003enotify()\u003c/code\u003e, \u003ccode\u003enotifyAll()\u003c/code\u003e, \u003ccode\u003etoString()\u003c/code\u003e, \u003ccode\u003ewait()\u003c/code\u003e, \u003ccode\u003ewait(long)\u003c/code\u003e, and \u003ccode\u003ewait(long, int)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]