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
/
EffectHandle
Effect
Handle
fun
interface
EffectHandle
<
S
:
State
,
A
:
Action
,
E
:
Effect
>
Handles the effect triggered after a state transition.
Members
Functions
invoke
Link copied to clipboard
abstract
suspend operator
fun
invoke
(
effect
:
E
,
prev
:
S
,
current
:
S
,
dispatch
:
suspend
(
A
)
->
Unit
)