ConfigurerFunction

fun interface ConfigurerFunction<in CONF>(source)

一个"配置"函数接口。通过 receiver 接收配置信息参数。

类似于 CONF.() -> Unit

Author

ForteScarlet

Functions

Link copied to clipboard
abstract operator fun CONF.invoke()

配置逻辑。

Inherited functions

Link copied to clipboard
Link copied to clipboard