Package akka.actor

Class FSM.StopEvent$

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    FSM<S,​D>

    public static class FSM.StopEvent$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      StopEvent$()  
    • Field Detail

      • MODULE$

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

      • StopEvent$

        public StopEvent$()
    • Method Detail

      • toString

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

        public <S,​D> scala.Option<scala.Tuple3<FSM.Reason,​S,​D>> unapply​(FSM.StopEvent<S,​D> x$0)