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