Class PersistentFSM.$minus$greater$

  • Enclosing interface:
    PersistentFSM<S extends PersistentFSM.FSMState,​D,​E>

    public static class PersistentFSM.$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.
    • 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
    • Constructor Detail

      • $minus$greater$

        public $minus$greater$()
    • Method Detail

      • unapply

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