[[["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-09 UTC."],[[["The page provides a list of versions for `NonCancellableFuture`, ranging from version 2.63.1 (latest) down to 2.7.1, each with a corresponding link to its documentation."],["`NonCancellableFuture` is a Java class that extends `AbstractApiFuture` and is designed to be a future that cannot be externally canceled."],["The class `NonCancellableFuture` includes inherited methods from `AbstractApiFuture` and `Object`, such as `addListener`, `get`, `isDone`, `equals`, and `toString`."],["`NonCancellableFuture` overrides the `cancel` method from `AbstractApiFuture`, where the boolean parameter `mayInterruptIfRunning` is detailed, and it returns a boolean type."],["The class is intended for internal use, as specified by its documentation, but is made public for technical implementation reasons."]]],[]]