[[["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-21 UTC."],[[["This webpage provides documentation for the `ApiFunction` interface within the `com.google.api.core` package in Java."],["The latest available version of `ApiFunction` is 2.46.1, with version 2.45.0 being the active default version, and a range of other previous releases down to version 2.1.2 are documented and available."],["`ApiFunction` is a legacy version of `Function`, similar to Guava's `Function`, and is used to allow Guava to be shaded."],["The `ApiFunction` interface has a single abstract method, `apply(F input)`, which takes an input of type `F` and returns a value of type `T`."],["The type parameters for the `ApiFunction` interface are `F` and `T`, with details for the `apply` method defining `input` of type `F`, and a return type of `T`."]]],[]]