Class AbstractFSM$

java.lang.Object
org.apache.pekko.actor.AbstractFSM$

public class AbstractFSM$ extends Object
Java API: compatible with lambda expressions
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <S, D> scala.PartialFunction<S,D>
    A partial function value which does not match anything and can be used to &ldquo;reset&rdquo; whenUnhandled and onTermination handlers.

    Methods inherited from class java.lang.Object

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

    • MODULE$

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

    • AbstractFSM$

      public AbstractFSM$()
  • Method Details

    • NullFunction

      public <S, D> scala.PartialFunction<S,D> NullFunction()
      A partial function value which does not match anything and can be used to &ldquo;reset&rdquo; whenUnhandled and onTermination handlers.

      
       onTermination(FSM.NullFunction())