toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
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.