Package 

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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)