| 程序包 | 说明 |
|---|---|
| com.github.gg_a.function |
| 限定符和类型 | 接口 | 说明 |
|---|---|---|
interface |
R0<R> |
Represents a function that accepts 0 argument and produces a result
表示一个不接收任何参数,但返回结果的函数 |
interface |
RT0<R,E extends Throwable> |
Represents a function that accepts 0 argument and produces a result, and will throw exception
表示一个不接收任何参数,但返回结果且抛出异常的函数 |
interface |
V0 |
Represents a function that accepts 0 argument and returns no result
表示一个不接收参数也不返回任何结果的函数 |
interface |
VT0<E extends Throwable> |
Represents a function that accepts 0 argument and returns no result, and will throw exception
表示一个不接收参数也不返回任何结果且抛出异常的函数 |
Copyright © 2021. All rights reserved.