AutoMuttonRecipe
Toggle table of contents
1.0.1
common
Platform filter
common
Switch theme
Search in API
AutoMuttonRecipe
auto-mutton-recipe
/
io.github.ryunen344.mutton
/
GraphBuilder
/
ActionBuilder
/
action
action
inline
fun
<
SubA
:
A
>
action
(
noinline
block
:
GraphBuilder.ActionBuilder.TransitionBuilder
<
SubS
,
SubS
,
S
,
A
,
E
>
.
(
prev
:
SubS
,
action
:
SubA
)
->
Transition
<
S
,
E
>
)