| 程序包 | 说明 |
|---|---|
| com.iofairy.lambda |
| 限定符和类型 | 接口 | 说明 |
|---|---|---|
interface |
R1<T,R> |
Represents a function that accepts 1 argument and produces a result
表示一个接收 1个参数 并返回结果的函数 |
interface |
RT1<T,R,E extends Throwable> |
Represents a function that accepts 1 argument and produces a result, and will throw exception
表示一个接收 1个参数 并返回结果且抛出异常的函数 |
interface |
V1<T> |
Represents a function that accepts 1 argument and returns no result
表示一个接收 1个参数 不返回任何结果的函数 |
interface |
VT1<T,E extends Throwable> |
Represents a function that accepts 1 argument and returns no result, and will throw exception
表示一个接收 1个参数 不返回任何结果且抛出异常的函数 |
Copyright © 2023 io-fairy. All rights reserved.