Package akka.remote

Class DaemonMsgCreate$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function4<Props,​Deploy,​java.lang.String,​ActorRef,​akka.remote.DaemonMsgCreate>

    public class DaemonMsgCreate$
    extends scala.runtime.AbstractFunction4<Props,​Deploy,​java.lang.String,​ActorRef,​akka.remote.DaemonMsgCreate>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.remote.DaemonMsgCreate apply​(Props props, Deploy deploy, java.lang.String path, ActorRef supervisor)  
      java.lang.String toString()  
      scala.Option<scala.Tuple4<Props,​Deploy,​java.lang.String,​ActorRef>> unapply​(akka.remote.DaemonMsgCreate x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction4

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

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

      • MODULE$

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

      • DaemonMsgCreate$

        public DaemonMsgCreate$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function4<Props,​Deploy,​java.lang.String,​ActorRef,​akka.remote.DaemonMsgCreate>
        Overrides:
        toString in class scala.runtime.AbstractFunction4<Props,​Deploy,​java.lang.String,​ActorRef,​akka.remote.DaemonMsgCreate>
      • apply

        public akka.remote.DaemonMsgCreate apply​(Props props,
                                                 Deploy deploy,
                                                 java.lang.String path,
                                                 ActorRef supervisor)
        Specified by:
        apply in interface scala.Function4<Props,​Deploy,​java.lang.String,​ActorRef,​akka.remote.DaemonMsgCreate>
      • unapply

        public scala.Option<scala.Tuple4<Props,​Deploy,​java.lang.String,​ActorRef>> unapply​(akka.remote.DaemonMsgCreate x$0)