Class PersistentFSM.LogEntry$

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static PersistentFSM.LogEntry$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogEntry$()  
    • Field Detail

      • MODULE$

        public static final PersistentFSM.LogEntry$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • LogEntry$

        public LogEntry$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • apply

        public <S,​D> PersistentFSM.LogEntry<S,​D> apply​(S stateName,
                                                                   D stateData,
                                                                   java.lang.Object event)
      • unapply

        public <S,​D> scala.Option<scala.Tuple3<S,​D,​java.lang.Object>> unapply​(PersistentFSM.LogEntry<S,​D> x$0)