Package akka.actor
Class FSM.CurrentState$
- java.lang.Object
 - 
- akka.actor.FSM.CurrentState$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public static class FSM.CurrentState$ extends java.lang.Object implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static FSM.CurrentState$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description CurrentState$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S> FSM.CurrentState<S>apply(ActorRef fsmRef, S state)java.lang.StringtoString()<S> scala.Option<scala.Tuple2<ActorRef,S>>unapply(FSM.CurrentState<S> x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final FSM.CurrentState$ 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 <S> FSM.CurrentState<S> apply(ActorRef fsmRef, S state)
 
- 
unapply
public <S> scala.Option<scala.Tuple2<ActorRef,S>> unapply(FSM.CurrentState<S> x$0)
 
 - 
 
 -