Interface StateSelector<E>

  • Type Parameters:
    E - type of the view model


    public interface StateSelector<E>
    Definition for transforming a State or part of the State into a view model
    • Method Detail

      • selectData

        E selectData(State state)
        Convert a State or subset of the State of type <E> into a view model of type <F>
        Returns:
        the view model or null