Package org.apache.pekko.actor
Class NoScopeGiven$
java.lang.Object
org.apache.pekko.actor.NoScopeGiven
org.apache.pekko.actor.NoScopeGiven$
- All Implemented Interfaces:
Serializable
,Scope
,scala.Equals
,scala.Product
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NoScopeGiven$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Java API: get the singleton instanceint
hashCode()
int
productElement
(int x$1) scala.collection.Iterator<Object>
toString()
withFallback
(Scope other) Methods inherited from class org.apache.pekko.actor.NoScopeGiven
equals, productElementName, productElementNames
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
equals
Methods inherited from interface scala.Product
productElementName, productElementNames
Methods inherited from interface org.apache.pekko.actor.Scope
withFallback
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NoScopeGiven$
public NoScopeGiven$()
-
-
Method Details
-
withFallback
- Overrides:
withFallback
in classNoScopeGiven
-
getInstance
Java API: get the singleton instance- Overrides:
getInstance
in classNoScopeGiven
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
- Overrides:
productPrefix
in classNoScopeGiven
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
- Overrides:
productArity
in classNoScopeGiven
-
productElement
- Specified by:
productElement
in interfacescala.Product
- Overrides:
productElement
in classNoScopeGiven
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
- Overrides:
productIterator
in classNoScopeGiven
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
- Overrides:
canEqual
in classNoScopeGiven
-
hashCode
public int hashCode()- Overrides:
hashCode
in classNoScopeGiven
-
toString
- Overrides:
toString
in classNoScopeGiven
-