oolong
2.1.2-SNAPSHOT
oolong
/
oolong.next
/
next
next
fun
<
Model
,
Msg
>
next
(
model
:
Model
,
effect
:
Effect
<
Msg
>
=
none()
)
:
Pair
<
Model
,
Effect
<
Msg
>
>
Content copied to clipboard
Create a pair of
model
to
effect
where
effect
defaults to
none
.