C
E
G
I
L
M
P
R
S
C
- collectAsStateOnLifecycle(Flow,R,CoroutineContext,Lifecycle.State) - function in pro.respawn.flowmvi.android.compose.LifecycleAwareFlowKt
- Create and collect a Flow that is only collected when LocalLifecycleOwner is in lifecycleState
- collectAsStateOnLifecycle(StateFlow,CoroutineContext,Lifecycle.State) - function in pro.respawn.flowmvi.android.compose.LifecycleAwareFlowKt
- Create and collect a Flow that is only collected when LocalLifecycleOwner is in lifecycleState
- collectOnLifecycle(Flow,Lifecycle.State,SuspendFunction2) - function in pro.respawn.flowmvi.android.compose.LifecycleAwareFlowKt
- Create and collect a Flow that is only collected when LocalLifecycleOwner is in lifecycleState
- consume(SuspendFunction2) - function in pro.respawn.flowmvi.android.compose.ConsumerScope
- Collect MVIActions that come from the Store.
- consume() - function in pro.respawn.flowmvi.android.compose.ConsumerScope
- Collect MVIStates emitted by the Store Does not subscribe to MVIActions, unlike the other overload
- ConsumerScope - class in pro.respawn.flowmvi.android.compose
- An interface for the scope that provides magic send and consume functions inside your composable
- ConsumerScopeKt - class in pro.respawn.flowmvi.android.compose