Package dev.inmo.micro_utils.coroutines.compose

Functions

asComposeList
Link copied to clipboard
inline fun <T> Flow<List<T>>.asComposeList(scope: CoroutineScope): List<T>
inline fun <T> Flow<List<T>>.asComposeList(scope: CoroutineScope): List<T>
inline fun <T> Flow<List<T>>.asComposeList(scope: CoroutineScope): List<T>
asComposeState
Link copied to clipboard
inline fun <T> StateFlow<T>.asComposeState(scope: CoroutineScope): <ERROR CLASS><T>
fun <T> Flow<T>.asComposeState(initial: T, scope: CoroutineScope): <ERROR CLASS><T>
inline fun <T> StateFlow<T>.asComposeState(scope: CoroutineScope): <ERROR CLASS><T>
fun <T> Flow<T>.asComposeState(initial: T, scope: CoroutineScope): <ERROR CLASS><T>
inline fun <T> StateFlow<T>.asComposeState(scope: CoroutineScope): <ERROR CLASS><T>
fun <T> Flow<T>.asComposeState(initial: T, scope: CoroutineScope): <ERROR CLASS><T>
asMutableComposeListState
Link copied to clipboard
inline fun <T> Flow<List<T>>.asMutableComposeListState(scope: CoroutineScope): <ERROR CLASS><T>
inline fun <T> Flow<List<T>>.asMutableComposeListState(scope: CoroutineScope): <ERROR CLASS><T>
inline fun <T> Flow<List<T>>.asMutableComposeListState(scope: CoroutineScope): <ERROR CLASS><T>
asMutableComposeState
Link copied to clipboard
inline fun <T> StateFlow<T>.asMutableComposeState(scope: CoroutineScope): <ERROR CLASS><T>
fun <T> Flow<T>.asMutableComposeState(initial: T, scope: CoroutineScope): <ERROR CLASS><T>
inline fun <T> StateFlow<T>.asMutableComposeState(scope: CoroutineScope): <ERROR CLASS><T>
fun <T> Flow<T>.asMutableComposeState(initial: T, scope: CoroutineScope): <ERROR CLASS><T>
inline fun <T> StateFlow<T>.asMutableComposeState(scope: CoroutineScope): <ERROR CLASS><T>
fun <T> Flow<T>.asMutableComposeState(initial: T, scope: CoroutineScope): <ERROR CLASS><T>
linkWithContext
Link copied to clipboard
fun <ERROR CLASS>.linkWithContext(coroutineContext: CoroutineContext): <ERROR CLASS>
fun <ERROR CLASS>.linkWithContext(coroutineContext: CoroutineContext): <ERROR CLASS>
fun <ERROR CLASS>.linkWithContext(coroutineContext: CoroutineContext): <ERROR CLASS>
linkWithJob
Link copied to clipboard
fun <ERROR CLASS>.linkWithJob(job: Job)
fun <ERROR CLASS>.linkWithJob(job: Job)
fun <ERROR CLASS>.linkWithJob(job: Job)
toMutableState
Link copied to clipboard
inline fun <T> StateFlow<T>.toMutableState(scope: CoroutineScope): <ERROR CLASS><T>
fun <T> Flow<T>.toMutableState(initial: T, scope: CoroutineScope): <ERROR CLASS><T>
inline fun <T> StateFlow<T>.toMutableState(scope: CoroutineScope): <ERROR CLASS><T>
fun <T> Flow<T>.toMutableState(initial: T, scope: CoroutineScope): <ERROR CLASS><T>
inline fun <T> StateFlow<T>.toMutableState(scope: CoroutineScope): <ERROR CLASS><T>
fun <T> Flow<T>.toMutableState(initial: T, scope: CoroutineScope): <ERROR CLASS><T>