Ashu
12/03/2021, 7:05 AMStateFlow<T>.map(.....) : StateFlow<R>
Since the mapping flow is a state flow it should already have an initial value right? Then why not just map it directly to a state flow? And if I wish to define such an extension function, how should I do that?Albert Chang
12/03/2021, 7:16 AMAshu
12/03/2021, 7:26 AM