Package-level declarations

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: unknown class><T>
fun <T> Flow<T>.asComposeState(initial: T, scope: CoroutineScope): <Error class: unknown class><T>
inline fun <T> StateFlow<T>.asComposeState(scope: CoroutineScope): <Error class: unknown class><T>
fun <T> Flow<T>.asComposeState(initial: T, scope: CoroutineScope): <Error class: unknown class><T>
inline fun <T> StateFlow<T>.asComposeState(scope: CoroutineScope): <Error class: unknown class><T>
fun <T> Flow<T>.asComposeState(initial: T, scope: CoroutineScope): <Error class: unknown class><T>
asMutableComposeListState
Link copied to clipboard
inline fun <T> Flow<List<T>>.asMutableComposeListState(scope: CoroutineScope): <Error class: unknown class><T>
inline fun <T> Flow<List<T>>.asMutableComposeListState(scope: CoroutineScope): <Error class: unknown class><T>
inline fun <T> Flow<List<T>>.asMutableComposeListState(scope: CoroutineScope): <Error class: unknown class><T>
asMutableComposeState
Link copied to clipboard
inline fun <T> StateFlow<T>.asMutableComposeState(scope: CoroutineScope): <Error class: unknown class><T>
fun <T> Flow<T>.asMutableComposeState(initial: T, scope: CoroutineScope): <Error class: unknown class><T>
inline fun <T> StateFlow<T>.asMutableComposeState(scope: CoroutineScope): <Error class: unknown class><T>
fun <T> Flow<T>.asMutableComposeState(initial: T, scope: CoroutineScope): <Error class: unknown class><T>
inline fun <T> StateFlow<T>.asMutableComposeState(scope: CoroutineScope): <Error class: unknown class><T>
fun <T> Flow<T>.asMutableComposeState(initial: T, scope: CoroutineScope): <Error class: unknown class><T>
linkWithContext
Link copied to clipboard
fun <Error class: unknown class>.linkWithContext(coroutineContext: CoroutineContext): <Error class: unknown class>
fun <Error class: unknown class>.linkWithContext(coroutineContext: CoroutineContext): <Error class: unknown class>
fun <Error class: unknown class>.linkWithContext(coroutineContext: CoroutineContext): <Error class: unknown class>
linkWithJob
Link copied to clipboard
fun <Error class: unknown class>.linkWithJob(job: Job)
fun <Error class: unknown class>.linkWithJob(job: Job)
fun <Error class: unknown class>.linkWithJob(job: Job)
toMutableState
Link copied to clipboard
inline fun <T> StateFlow<T>.toMutableState(scope: CoroutineScope): <Error class: unknown class><T>
fun <T> Flow<T>.toMutableState(initial: T, scope: CoroutineScope): <Error class: unknown class><T>
inline fun <T> StateFlow<T>.toMutableState(scope: CoroutineScope): <Error class: unknown class><T>
fun <T> Flow<T>.toMutableState(initial: T, scope: CoroutineScope): <Error class: unknown class><T>
inline fun <T> StateFlow<T>.toMutableState(scope: CoroutineScope): <Error class: unknown class><T>
fun <T> Flow<T>.toMutableState(initial: T, scope: CoroutineScope): <Error class: unknown class><T>