Class AbstractPersistentFSMBase$


  • public class AbstractPersistentFSMBase$
    extends java.lang.Object
    A partial function value which does not match anything and can be used to “reset” whenUnhandled and onTermination handlers.

    
     onTermination(FSM.NullFunction())
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <S,​D>
      scala.PartialFunction<S,​D>
      NullFunction()  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • AbstractPersistentFSMBase$

        public AbstractPersistentFSMBase$()
    • Method Detail

      • NullFunction

        public <S,​D> scala.PartialFunction<S,​D> NullFunction()