Class AbstractReduxAction<P extends ActionPayload,​M extends MetaSaga>

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractReduxAction​(P payload, M meta)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractReduxAction

        public AbstractReduxAction​(P payload,
                                   M meta)
        Deprecated.