Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DStateFlow.kt158 public interface MutableStateFlow<T> : StateFlow<T>, MutableSharedFlow<T> { interface
181 public fun <T> MutableStateFlow(value: T): MutableStateFlow<T> = StateFlowImpl(value ?: NULL) in compareAndSet() method