like

fun <R> MutableStateFlow<*>.like(): R

Unchecked-casts this type-erased MutableStateFlow<*>'s current value to R — the read-only counterpart of updateAs, for a call site that only needs the current value narrowed, not to update it.