[[["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-05 UTC."],[[["`FutureWrapper` is a thread-safe class that implements the `Future` interface, designed to wrap a parent `Future`."],["It inherits members from `java.lang.Object`, including methods like `clone()`, `equals()`, and `hashCode()`."],["The class provides methods like `cancel()`, `get()`, `isCancelled()`, and `isDone()` to manage the wrapped `Future`."],["It includes `convertException()` and `absorbParentException()` methods to handle exceptions thrown by the parent `Future`, allowing for exception conversion or suppression."],["The `FutureWrapper` class has a constructor that takes a parent `Future` object as a parameter to wrap."]]],[]]