toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-common-core
/
love.forte.simbot.common.function
/
MergeableFactory
/
create
create
abstract
fun
create
(
context
:
CTX
,
configurer
:
ConfigurerFunction
<
CONF
>
)
:
V
(
source
)
提供配置逻辑函数,并得到结果
V
。
Parameters
configurer
配置类的配置逻辑。
open
fun
create
(
context
:
CTX
)
:
V
(
source
)
使用默认的配置(没有额外配置逻辑)构建并得到结果
V
。