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