xxfast
05/18/2023, 1:12 PMonEach
on a StateFlow<*>
and still retain a StateFlow<*>
as the return type?Casey Brooks
05/18/2023, 2:15 PM.stateIn()
after the operator chain to convert the Flow back into a StateFlow, which requires a separate CoroutineContext to run the “mapping” function in