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
/
next
next
@
JvmStatic
@
JvmOverloads
fun
<
M
,
F
>
next
(
model
:
M
,
effects
:
Set
<
F
>
=
emptySet()
)
:
Next
<
M
,
F
>
@
JvmStatic
fun
<
M
,
F
>
next
(
model
:
M
,
vararg
effects
:
F
)
:
Next
<
M
,
F
>
Create a Next that updates the model and dispatches the optional effects.