This is a cache of https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/cglib/core/internal/Function.html. It is a snapshot of the page as it appeared on 2025-12-22T16:07:32.731+0000.
Function (Spring Framework 7.0.
2
API)
JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Framework
org.springframework.cglib.core.internal
Function
Contents
Description
Method Summary
Method Details
apply(K)
Hide sidebar
Show sidebar
Interface Function<
K
,
V
>
public interface
Function<K,
V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
V
apply
(
K
key)
Method Details
apply
V
apply
(
K
key)