| 程序包 | 说明 |
|---|---|
| com.github.gg_a.function |
| 限定符和类型 | 接口 | 说明 |
|---|---|---|
interface |
RT0<R,E extends Throwable> |
Represents a function that accepts 0 argument and produces a result, and will throw exception
表示一个不接收任何参数,但返回结果且抛出异常的函数 |
interface |
RT1<T,R,E extends Throwable> |
Represents a function that accepts 1 argument and produces a result, and will throw exception
表示一个接收 1个参数 并返回结果且抛出异常的函数 |
interface |
RT2<T1,T2,R,E extends Throwable> |
Represents a function that accepts 2 arguments and produces a result, and will throw exception
表示一个接收 2个参数 并返回结果且抛出异常的函数 |
interface |
RT3<T1,T2,T3,R,E extends Throwable> |
Represents a function that accepts 3 arguments and produces a result, and will throw exception
表示一个接收 3个参数 并返回结果且抛出异常的函数 |
interface |
RT4<T1,T2,T3,T4,R,E extends Throwable> |
Represents a function that accepts 4 arguments and produces a result, and will throw exception
表示一个接收 4个参数 并返回结果且抛出异常的函数 |
interface |
RT5<T1,T2,T3,T4,T5,R,E extends Throwable> |
Represents a function that accepts 5 arguments and produces a result, and will throw exception
表示一个接收 5个参数 并返回结果且抛出异常的函数 |
interface |
RT6<T1,T2,T3,T4,T5,T6,R,E extends Throwable> |
Represents a function that accepts 6 arguments and produces a result, and will throw exception
表示一个接收 6个参数 并返回结果且抛出异常的函数 |
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 |
RT8<T1,T2,T3,T4,T5,T6,T7,T8,R,E extends Throwable> |
Represents a function that accepts 8 arguments and produces a result, and will throw exception
表示一个接收 8个参数 并返回结果且抛出异常的函数 |
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个参数 并返回结果且抛出异常的函数 |
Copyright © 2021. All rights reserved.