AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.tool
/
toolSuccess
tool
Success
jvm
fun
String
.
toolSuccess
(
presentation
:
MutableList
<
UiBlock
>
.
(
)
->
Unit
)
:
Tool.ToolOutput
(
source
)
fun
<
T
>
String
.
toolSuccess
(
serializer
:
KSerializer
<
T
>
,
data
:
T
,
presentation
:
MutableList
<
UiBlock
>
.
(
)
->
Unit
)
:
Tool.ToolOutput
(
source
)