[[["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-17 UTC."],[[["This document outlines the API documentation for `ApiFutureCallback`, a callback interface used for handling results from `ApiFuture` in Java."],["The `ApiFutureCallback` interface has two primary methods: `onSuccess(V result)` for handling successful results and `onFailure(Throwable t)` for handling errors."],["The document provides a version history of the `ApiFutureCallback` API, including links to different versions, with version 2.46.1 being the latest release."],["The `ApiFutureCallback` is similar to Guava's `FutureCallback`, but is redeclared to allow Guava to be shaded."]]],[]]