Class PersistentFSM.LogEntry$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Serializable
    Enclosing interface:
    PersistentFSM<S extends PersistentFSM.FSMState,​D,​E>

    public static class PersistentFSM.LogEntry$
    extends java.lang.Object
    implements scala.Serializable
    See Also:
    Serialized Form
    • 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)