Class DeathWatchNotification$

java.lang.Object
scala.runtime.AbstractFunction3<ActorRef,Object,Object,org.apache.pekko.dispatch.sysmsg.DeathWatchNotification>
org.apache.pekko.dispatch.sysmsg.DeathWatchNotification$
All Implemented Interfaces:
Serializable, scala.Function3<ActorRef,Object,Object,org.apache.pekko.dispatch.sysmsg.DeathWatchNotification>

public class DeathWatchNotification$ extends scala.runtime.AbstractFunction3<ActorRef,Object,Object,org.apache.pekko.dispatch.sysmsg.DeathWatchNotification> implements Serializable
See Also:
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.dispatch.sysmsg.DeathWatchNotification
    apply(ActorRef actor, boolean existenceConfirmed, boolean addressTerminated)
     
    final String
     
    scala.Option<scala.Tuple3<ActorRef,Object,Object>>
    unapply(org.apache.pekko.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 Details

    • MODULE$

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

    • DeathWatchNotification$

      public DeathWatchNotification$()
  • Method Details

    • toString

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

      public org.apache.pekko.dispatch.sysmsg.DeathWatchNotification apply(ActorRef actor, boolean existenceConfirmed, boolean addressTerminated)
    • unapply

      public scala.Option<scala.Tuple3<ActorRef,Object,Object>> unapply(org.apache.pekko.dispatch.sysmsg.DeathWatchNotification x$0)