Package akka.persistence.fsm
Class PersistentFSM.$minus$greater$
- java.lang.Object
-
- akka.persistence.fsm.PersistentFSM.$minus$greater$
-
- Enclosing interface:
- PersistentFSM<S extends PersistentFSM.FSMState,D,E>
public static class PersistentFSM.$minus$greater$ extends java.lang.Object
This extractor is just convenience for matching a (S, S) pair, including a reminder what the new state is.
-
-
Field Summary
Fields Modifier and Type Field Description static PersistentFSM.$minus$greater$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description $minus$greater$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S> scala.Some<scala.Tuple2<S,S>>
unapply(scala.Tuple2<S,S> in)
-
-
-
Field Detail
-
MODULE$
public static final PersistentFSM.$minus$greater$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-