JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aoju.bus.pager
Interface Page.Function<E,
T>
Enclosing class:
Page
<
E
>
public static interface
Page.Function<E,
T>
兼容低版本 Java 7
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
apply
(
E
t)
将此函数应用于给定的参数
Method Details
apply
T
apply
(
E
t)
将此函数应用于给定的参数
Parameters:
t
- 函数参数
Returns:
函数结构