Class IdMatchers.TriggerId$

    • Field Summary

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

      Constructors 
      Constructor Description
      TriggerId$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String actorName​(java.lang.String id)  
      scala.Option<java.lang.String> unapply​(java.lang.String id)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final IdMatchers.TriggerId$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • TriggerId$

        public TriggerId$()
    • Method Detail

      • unapply

        public scala.Option<java.lang.String> unapply​(java.lang.String id)
      • actorName

        public java.lang.String actorName​(java.lang.String id)