[[["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-02 UTC."],[[["The latest version available for `BatchedFuture` is 2.63.1, but a range of versions from 2.63.1 down to 2.7.1 are accessible for review."],["`BatchedFuture` is an `ApiFuture` class designed for use with batching in the context of the provided Java library."],["This `BatchedFuture` class extends `AbstractApiFuture` and inherits members and functionalities such as `addListener`, `cancel`, `get`, `isCancelled`, `isDone`, `set`, and `setException`."],["The `BatchedFuture` class has a static method, `create()`, to get a new instance, and has the public methods `set(ResponseT value)` and `setException(Throwable throwable)` to handle responses and exceptions."],["The intended use for the class `BatchedFuture` is only for technical and advanced usage, due to its public nature."]]],[]]