Interface StateFactory<S extends State>

  • Type Parameters:
    S - state that hold data

    public interface StateFactory<S extends State>
    State factory that create states that are used to on-demand query and other states
    • Method Detail

      • createNewState

        S createNewState()