public class AbstractFSM$
extends java.lang.Object
This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.
| Modifier and Type | Field and Description |
|---|---|
static AbstractFSM$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
AbstractFSM$() |
| Modifier and Type | Method and Description |
|---|---|
<S,D> scala.PartialFunction<S,D> |
NullFunction()
A partial function value which does not match anything and can be used to
“reset”
whenUnhandled and onTermination handlers. |
public static final AbstractFSM$ MODULE$