mobiuskt
Toggle table of contents
1.4.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mobiuskt
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.