[[["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 of NonCancellableFuture is 2.63.1, and the page provides links to documentation for numerous previous versions, including all the way down to version 2.7.1."],["NonCancellableFuture is a Java class extending AbstractApiFuture, designed to prevent external cancellation."],["It is intended for internal use within a package, and has been made public for technical considerations."],["NonCancellableFuture overrides the cancel method from AbstractApiFuture, allowing for a boolean parameter mayInterruptIfRunning, but is still not cancellable."],["The class NonCancellableFuture inherits methods such as `addListener`, `get`, `isDone` and more from its parent class AbstractApiFuture."]]],[]]