Searched defs:MutableStateFlow (Results 1 – 1 of 1) sorted by relevance
158 public interface MutableStateFlow<T> : StateFlow<T>, MutableSharedFlow<T> { interface181 public fun <T> MutableStateFlow(value: T): MutableStateFlow<T> = StateFlowImpl(value ?: NULL) in compareAndSet() method