Class ShutDownAssociation$

java.lang.Object
scala.runtime.AbstractFunction3<Address,Address,Throwable,org.apache.pekko.remote.ShutDownAssociation>
org.apache.pekko.remote.ShutDownAssociation$
All Implemented Interfaces:
Serializable, scala.Function3<Address,Address,Throwable,org.apache.pekko.remote.ShutDownAssociation>

public class ShutDownAssociation$ extends scala.runtime.AbstractFunction3<Address,Address,Throwable,org.apache.pekko.remote.ShutDownAssociation> implements Serializable
See Also:
  • Field Details

    • MODULE$

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

    • ShutDownAssociation$

      public ShutDownAssociation$()
  • Method Details

    • toString

      public final String toString()
      Specified by:
      toString in interface scala.Function3<Address,Address,Throwable,org.apache.pekko.remote.ShutDownAssociation>
      Overrides:
      toString in class scala.runtime.AbstractFunction3<Address,Address,Throwable,org.apache.pekko.remote.ShutDownAssociation>
    • apply

      public org.apache.pekko.remote.ShutDownAssociation apply(Address localAddress, Address remoteAddress, Throwable cause)
      Specified by:
      apply in interface scala.Function3<Address,Address,Throwable,org.apache.pekko.remote.ShutDownAssociation>
    • unapply

      public scala.Option<scala.Tuple3<Address,Address,Throwable>> unapply(org.apache.pekko.remote.ShutDownAssociation x$0)