-
public final class StateMappingKt
-
-
Method Summary
Modifier and Type Method Description final static <State extends Any, UiState extends Any> StateFlow<UiState>mapState(StateFlow<State> $self, Context context, CoroutineScope scope, UiStateMapper<State, UiState> uiStateMapper)-
-
Method Detail
-
mapState
@ExperimentalCoroutinesApi() final static <State extends Any, UiState extends Any> StateFlow<UiState> mapState(StateFlow<State> $self, Context context, CoroutineScope scope, UiStateMapper<State, UiState> uiStateMapper)
-
-
-
-