JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.flyfish.oauth.common
Function
Contents
Description
Method Summary
Method Details
apply(T)
Hide sidebar
Show sidebar
Interface Function<
T
,
R
>
public interface
Function<T,
R>
兼容jdk7的解决方案,函数 其实是一个匿名内部类
Author:
wangyu
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
T
data)
执行函数
Method Details
apply
R
apply
(
T
data)
执行函数
Parameters:
data
- 参数数据
Returns:
结果