[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]