NullFunction
org.apache.pekko.persistence.fsm.PersistentFSM$.NullFunction$
object NullFunction extends PartialFunction[Any, Nothing]
A partial function value which does not match anything and can be used to “reset” whenUnhandled and onTermination handlers.
onTermination(FSM.NullFunction)
Attributes
- Source
- PersistentFSM.scala
- Graph
-
- Supertypes
- Self type
-
NullFunction.type
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- PartialFunction
Attributes
- Definition Classes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
In this article