[[["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 webpage provides documentation for the `ApiFutureCallback` interface, which is used for handling results from `ApiFuture` objects in Java."],["The latest version of `ApiFutureCallback` documented here is version 2.46.1, with a large variety of prior versions ranging back to 2.1.2."],["The `ApiFutureCallback` interface defines two methods: `onFailure(Throwable t)` for handling errors, and `onSuccess(V result)` for processing successful results."],["The interface is intentionally distinct from Guava's `FutureCallback` to support shading."],["The documentation is centered around version 2.30.0 of the library."]]],[]]