Package org.apache.pekko.dispatch.sysmsg
Class Terminate$
- java.lang.Object
-
- scala.runtime.AbstractFunction0<org.apache.pekko.dispatch.sysmsg.Terminate>
-
- org.apache.pekko.dispatch.sysmsg.Terminate$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function0<org.apache.pekko.dispatch.sysmsg.Terminate>
public class Terminate$ extends scala.runtime.AbstractFunction0<org.apache.pekko.dispatch.sysmsg.Terminate> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Terminate$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Terminate$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.pekko.dispatch.sysmsg.Terminate
apply()
java.lang.String
toString()
boolean
unapply(org.apache.pekko.dispatch.sysmsg.Terminate x$0)
-
-
-
Field Detail
-
MODULE$
public static final Terminate$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function0<org.apache.pekko.dispatch.sysmsg.Terminate>
- Overrides:
toString
in classscala.runtime.AbstractFunction0<org.apache.pekko.dispatch.sysmsg.Terminate>
-
apply
public org.apache.pekko.dispatch.sysmsg.Terminate apply()
- Specified by:
apply
in interfacescala.Function0<org.apache.pekko.dispatch.sysmsg.Terminate>
-
unapply
public boolean unapply(org.apache.pekko.dispatch.sysmsg.Terminate x$0)
-
-