| 程序包 | 说明 |
|---|---|
| com.github.gg_a.function |
| 限定符和类型 | 接口 | 说明 |
|---|---|---|
interface |
R9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
Represents a function that accepts 9 arguments and produces a result
表示一个接收 9个参数 并返回结果的函数 |
interface |
RT9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R,E extends Throwable> |
Represents a function that accepts 9 arguments and produces a result, and will throw exception
表示一个接收 9个参数 并返回结果且抛出异常的函数 |
interface |
V9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Represents a function that accepts 9 arguments and returns no result
表示一个接收 9个参数 不返回任何结果的函数 |
interface |
VT9<T1,T2,T3,T4,T5,T6,T7,T8,T9,E extends Throwable> |
Represents a function that accepts 9 arguments and returns no result, and will throw exception
表示一个接收 9个参数 不返回任何结果且抛出异常的函数 |
Copyright © 2021. All rights reserved.