public interface Func
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Func.F00
0 参 0 返回函数
|
static interface |
Func.F01<R>
0 参 1 返回函数
|
static interface |
Func.F10<T>
1 参 0 返回函数
|
static interface |
Func.F11<T,R>
1 参 1 返回函数
|
static interface |
Func.F20<T,U>
2 参 0 返回函数
|
static interface |
Func.F21<T,U,R>
2 参 1 返回函数
|
static interface |
Func.F30<T,U,V>
3 参 0 返回函数
|
static interface |
Func.F31<T,U,V,R>
3 参 1 返回函数
|
static interface |
Func.F40<T,U,V,W>
4 参 0 返回函数
|
static interface |
Func.F41<T,U,V,W,R>
4 参 1 返回函数
|
static interface |
Func.F50<T,U,V,W,X>
5 参 0 返回函数
|
static interface |
Func.F51<T,U,V,W,X,R>
5 参 1 返回函数
|
static interface |
Func.F60<T,U,V,W,X,Y>
6 参 0 返回函数
|
static interface |
Func.F61<T,U,V,W,X,Y,R>
6 参 1 返回函数
|
static interface |
Func.F70<T,U,V,W,X,Y,Z>
7 参 0 返回函数
|
static interface |
Func.F71<T,U,V,W,X,Y,Z,R>
7 参 1 返回函数
|
Copyright © 2025. All rights reserved.