redux
store-flow
/
com.episode6.redux
/
Middleware
Middleware
fun
interface
Middleware
<
State
>
Content copied to clipboard
Gets the chance to interfere with a
StoreFlow
's dispatch/processing of actions
Functions
Functions
interfere
Link copied to clipboard
abstract
fun
CoroutineScope
.
interfere
(
store
:
StoreFlow
<
State
>
,
next
:
Dispatch
)
:
Dispatch
Content copied to clipboard