Class DeathWatchNotification$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<ActorRef,​java.lang.Object,​java.lang.Object,​akka.dispatch.sysmsg.DeathWatchNotification>

    public class DeathWatchNotification$
    extends scala.runtime.AbstractFunction3<ActorRef,​java.lang.Object,​java.lang.Object,​akka.dispatch.sysmsg.DeathWatchNotification>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static DeathWatchNotification$ 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.dispatch.sysmsg.DeathWatchNotification apply​(ActorRef actor, boolean existenceConfirmed, boolean addressTerminated)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<ActorRef,​java.lang.Object,​java.lang.Object>> unapply​(akka.dispatch.sysmsg.DeathWatchNotification 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 DeathWatchNotification$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • DeathWatchNotification$

        public DeathWatchNotification$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<ActorRef,​java.lang.Object,​java.lang.Object,​akka.dispatch.sysmsg.DeathWatchNotification>
        Overrides:
        toString in class scala.runtime.AbstractFunction3<ActorRef,​java.lang.Object,​java.lang.Object,​akka.dispatch.sysmsg.DeathWatchNotification>
      • apply

        public akka.dispatch.sysmsg.DeathWatchNotification apply​(ActorRef actor,
                                                                 boolean existenceConfirmed,
                                                                 boolean addressTerminated)
      • unapply

        public scala.Option<scala.Tuple3<ActorRef,​java.lang.Object,​java.lang.Object>> unapply​(akka.dispatch.sysmsg.DeathWatchNotification x$0)