Package org.apache.pekko.actor
Class FSM.$minus$greater$
java.lang.Object
org.apache.pekko.actor.FSM.$minus$greater$
This extractor is just convenience for matching a (S, S) pair, including a
reminder what the new state is.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FSM.$minus$greater$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S> scala.Some<scala.Tuple2<S,S>> unapply(scala.Tuple2<S, S> in)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
$minus$greater$
public $minus$greater$()
-
-
Method Details
-
unapply
public <S> scala.Some<scala.Tuple2<S,S>> unapply(scala.Tuple2<S, S> in)
-