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 Summary
Fields Modifier and Type Field Description static PersistentFSM.PersistentFSMSnapshot$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description PersistentFSMSnapshot$() 
- 
Method Summary
All 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
- 
toString
public final java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
apply
public <D> akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot<D> apply(java.lang.String stateIdentifier, D data, scala.Option<scala.concurrent.duration.FiniteDuration> timeout) 
- 
unapply
public <D> scala.Option<scala.Tuple3<java.lang.String,D,scala.Option<scala.concurrent.duration.FiniteDuration>>> unapply(akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot<D> x$0)
 
 - 
 
 -