[[["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-15 UTC."],[[["The latest version available for `NonCancellableFuture` is 2.63.1, and the page also provides access to many previous versions of the library, ranging from 2.24.0 up to the latest release."],["`NonCancellableFuture` is a class that extends `AbstractApiFuture` and cannot be canceled from outside of its own package, designed for internal use."],["The class's purpose is to represent a future which is not intended to be cancelled by external processes, thus having its external `cancel` method overridden to do nothing."],["The `NonCancellableFuture` class inherits several methods from `AbstractApiFuture` and `Object` such as `addListener`, `get`, `isDone`, `set`, `setException` and many more."],["The `cancel` method for this class takes a boolean parameter `mayInterruptIfRunning` but does not use it, as this class cannot be canceled."]]],[]]