Package akka.actor

Class FSM.$minus$greater$

  • Enclosing interface:
    FSM<S,​D>

    public static class FSM.$minus$greater$
    extends java.lang.Object
    This extractor is just convenience for matching a (S, S) pair, including a reminder what the new state is.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static FSM.$minus$greater$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      $minus$greater$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <S> scala.Some<scala.Tuple2<S,​S>> unapply​(scala.Tuple2<S,​S> in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final FSM.$minus$greater$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • $minus$greater$

        public $minus$greater$()
    • Method Detail

      • unapply

        public <S> scala.Some<scala.Tuple2<S,​S>> unapply​(scala.Tuple2<S,​S> in)