Home
last modified time | relevance | path

Searched defs:stateIn (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DShare.kt307 public fun <T> Flow<T>.stateIn( in stateIn() method
325 public suspend fun <T> Flow<T>.stateIn(scope: CoroutineScope): StateFlow<T> { in stateIn() method