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
/
StateMachine
/
StateMachine
State
Machine
constructor
(
initialState
:
S
,
graph
:
Graph
<
S
,
A
,
E
>
,
effectHandle
:
EffectHandle
<
S
,
A
,
E
>
,
fallbackHandle
:
FallbackHandle
<
S
,
A
,
E
>
?
=
null
,
logger
:
Logger
=
NoopLogger
,
context
:
CoroutineContext
=
EmptyCoroutineContext
)