object AbstractFSM
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractFSM
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def NullFunction[S, D]: PartialFunction[S, D]
A partial function value which does not match anything and can be used to “reset”
whenUnhandled
andonTermination
handlers.A partial function value which does not match anything and can be used to “reset”
whenUnhandled
andonTermination
handlers.onTermination(FSM.NullFunction())
Java API: compatible with lambda expressions