Package-level declarations

Functions

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