toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
mobiuskt-core
/
kt.mobius
/
Next
/
Companion
/
dispatch
dispatch
@
JvmStatic
fun
<
M
,
F
>
dispatch
(
effects
:
Set
<
F
>
)
:
Next
<
M
,
F
>
@
JvmStatic
fun
<
M
,
F
>
dispatch
(
vararg
effects
:
F
)
:
Next
<
M
,
F
>
Create a Next that doesn't update the model but dispatches the supplied effects.