Packages

object AbstractPersistentFSMBase

Java API: compatible with lambda expressions

Annotations
@deprecated
Deprecated

(Since version 2.6.0) Use EventSourcedBehavior

Source
PersistentFSMBase.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractPersistentFSMBase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def NullFunction[S, D]: PartialFunction[S, D]

    A partial function value which does not match anything and can be used to “reset” whenUnhandled and onTermination handlers.

    A partial function value which does not match anything and can be used to “reset” whenUnhandled and onTermination handlers.

    onTermination(FSM.NullFunction())