Packages

object AbstractPersistentFSMBase

Java API: compatible with lambda expressions

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. All

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())