Class Terminate$

java.lang.Object
scala.runtime.AbstractFunction0<org.apache.pekko.dispatch.sysmsg.Terminate>
org.apache.pekko.dispatch.sysmsg.Terminate$
All Implemented Interfaces:
Serializable, scala.Function0<org.apache.pekko.dispatch.sysmsg.Terminate>

public class Terminate$ extends scala.runtime.AbstractFunction0<org.apache.pekko.dispatch.sysmsg.Terminate> implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Terminate$
    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.Terminate
     
    final String
     
    boolean
    unapply(org.apache.pekko.dispatch.sysmsg.Terminate x$0)
     

    Methods inherited from class scala.runtime.AbstractFunction0

    apply$mcB$sp, apply$mcC$sp, apply$mcD$sp, apply$mcF$sp, apply$mcI$sp, apply$mcJ$sp, apply$mcS$sp, apply$mcV$sp, apply$mcZ$sp

    Methods inherited from class java.lang.Object

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

    • MODULE$

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

    • Terminate$

      public Terminate$()
  • Method Details

    • toString

      public final String toString()
      Specified by:
      toString in interface scala.Function0<org.apache.pekko.dispatch.sysmsg.Terminate>
      Overrides:
      toString in class scala.runtime.AbstractFunction0<org.apache.pekko.dispatch.sysmsg.Terminate>
    • apply

      public org.apache.pekko.dispatch.sysmsg.Terminate apply()
      Specified by:
      apply in interface scala.Function0<org.apache.pekko.dispatch.sysmsg.Terminate>
    • unapply

      public boolean unapply(org.apache.pekko.dispatch.sysmsg.Terminate x$0)