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