| 程序包 | 说明 |
|---|---|
| com.iofairy.lambda |
| 限定符和类型 | 接口 | 说明 |
|---|---|---|
interface |
P7<T1,T2,T3,T4,T5,T6,T7> |
Represents a predicate (boolean-valued function) of 7 arguments.
表示一个接收 7个参数 并返回boolean值的函数 |
interface |
PT7<T1,T2,T3,T4,T5,T6,T7,E extends Throwable> |
Represents a predicate (boolean-valued function) of 7 arguments, and will throw exception
表示一个接收 7个参数 并返回boolean值且抛出异常的函数 |
interface |
R7<T1,T2,T3,T4,T5,T6,T7,R> |
Represents a function that accepts 7 arguments and produces a result
表示一个接收 7个参数 并返回结果的函数 |
interface |
RT7<T1,T2,T3,T4,T5,T6,T7,R,E extends Throwable> |
Represents a function that accepts 7 arguments and produces a result, and will throw exception
表示一个接收 7个参数 并返回结果且抛出异常的函数 |
interface |
V7<T1,T2,T3,T4,T5,T6,T7> |
Represents a function that accepts 7 arguments and returns no result
表示一个接收 7个参数 不返回任何结果的函数 |
interface |
VT7<T1,T2,T3,T4,T5,T6,T7,E extends Throwable> |
Represents a function that accepts 7 arguments and returns no result, and will throw exception
表示一个接收 7个参数 不返回任何结果且抛出异常的函数 |
Copyright © 2023 io-fairy. All rights reserved.