[[["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."],[[["The latest version available for `NonCancellableFuture` is 2.63.1, and the page lists versions from that one all the way down to 2.7.1."],["`NonCancellableFuture` is a class that extends `AbstractApiFuture` and is designed to be non-cancellable from outside the package."],["`NonCancellableFuture` inherits several methods from `AbstractApiFuture`, such as `addListener`, `get`, `isDone`, and `set`."],["The class `NonCancellableFuture` only has one method `cancel(boolean mayInterruptIfRunning)` which is an override of the method from the `AbstractApiFuture` class."],["This class is intended for internal use, although it is publicly accessible for technical reasons."]]],[]]