Class ReliableProxy.Message$

    • Field Summary

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

      Constructors 
      Constructor Description
      Message$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ReliableProxy.Message apply​(java.lang.Object msg, ActorRef sender, int serial)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<java.lang.Object,​ActorRef,​java.lang.Object>> unapply​(ReliableProxy.Message x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function3

        apply
    • Field Detail

      • MODULE$

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

      • Message$

        public Message$()