FlowMVI
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowMVI
core
/
pro.respawn.flowmvi.decorators
/
conflateActions
conflate
Actions
inline
fun
<
S
:
MVIState
,
I
:
MVIIntent
,
A
:
MVIAction
>
StoreBuilder
<
S
,
I
,
A
>
.
conflateActions
(
name
:
String
?
=
"ConflateActions"
,
crossinline
compare
:
(
it
:
A
,
other
:
A
)
->
Boolean
=
MVIAction::equals
)
Installs a new
conflateActionsDecorator
for all actions in this store.