Package akka.persistence.fsm
Class PersistentFSM.PersistentFSMSnapshot$
- java.lang.Object
- 
- akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot$
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- PersistentFSM
 
 public static class PersistentFSM.PersistentFSMSnapshot$ extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static PersistentFSM.PersistentFSMSnapshot$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description PersistentFSMSnapshot$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <D> akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot<D>apply(java.lang.String stateIdentifier, D data, scala.Option<scala.concurrent.duration.FiniteDuration> timeout)java.lang.StringtoString()<D> scala.Option<scala.Tuple3<java.lang.String,D,scala.Option<scala.concurrent.duration.FiniteDuration>>>unapply(akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot<D> x$0)
 
- 
- 
- 
Field Detail- 
MODULE$public static final PersistentFSM.PersistentFSMSnapshot$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
toStringpublic final java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
applypublic <D> akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot<D> apply(java.lang.String stateIdentifier, D data, scala.Option<scala.concurrent.duration.FiniteDuration> timeout)
 - 
unapplypublic <D> scala.Option<scala.Tuple3<java.lang.String,D,scala.Option<scala.concurrent.duration.FiniteDuration>>> unapply(akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot<D> x$0) 
 
- 
 
-