| 程序包 | 说明 |
|---|---|
| com.github.gg_a.function | |
| com.github.gg_a.pattern | |
| com.github.gg_a.pattern.mapping | |
| com.github.gg_a.pattern.matcher |
| 类 | 说明 |
|---|---|
| Lambda |
A Lambda expression.
|
| Lambda0 |
A Lambda that accepts 0 argument
|
| Lambda1 |
A Lambda that accepts 1 argument
|
| Lambda2 |
A Lambda that accepts 2 arguments
|
| Lambda3 |
A Lambda that accepts 3 arguments
|
| Lambda4 |
A Lambda that accepts 4 arguments
|
| Lambda5 |
A Lambda that accepts 5 arguments
|
| Lambda6 |
A Lambda that accepts 6 arguments
|
| Lambda7 |
A Lambda that accepts 7 arguments
|
| Lambda8 |
A Lambda that accepts 8 arguments
|
| Lambda9 |
A Lambda that accepts 9 arguments
|
| LambdaN |
A Lambda not throws exception, it's normal Lambda.
|
| LambdaR |
A Lambda will produce a result.
|
| LambdaRN |
A Lambda will produce a result, and not throws exception.
|
| LambdaRT |
A Lambda will produce a result, and will throw exception.
|
| LambdaT |
A Lambda will throw exception.
|
| LambdaV |
A Lambda returns no result, it's void.
|
| LambdaVN |
A Lambda returns no result, and not throws exception.
|
| LambdaVT |
A Lambda returns no result, and will throw exception.
|
| 类 | 说明 |
|---|---|
| R1 |
Represents a function that accepts 1 argument and produces a result
表示一个接收 1个参数 并返回结果的函数 |
| 类 | 说明 |
|---|---|
| R1 |
Represents a function that accepts 1 argument and produces a result
表示一个接收 1个参数 并返回结果的函数 |
| V1 |
Represents a function that accepts 1 argument and returns no result
表示一个接收 1个参数 不返回任何结果的函数 |
| 类 | 说明 |
|---|---|
| R1 |
Represents a function that accepts 1 argument and produces a result
表示一个接收 1个参数 并返回结果的函数 |
| V1 |
Represents a function that accepts 1 argument and returns no result
表示一个接收 1个参数 不返回任何结果的函数 |
Copyright © 2021. All rights reserved.