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 TypeMethodDescriptionbooleanJava API: get the singleton instanceinthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>toString()withFallback(Scope other) Methods inherited from class org.apache.pekko.actor.NoScopeGiven
equals, productElementName, productElementNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNamesMethods 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:
withFallbackin classNoScopeGiven
-
getInstance
Java API: get the singleton instance- Overrides:
getInstancein classNoScopeGiven
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classNoScopeGiven
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classNoScopeGiven
-
productElement
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classNoScopeGiven
-
productIterator
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classNoScopeGiven
-
canEqual
- Specified by:
canEqualin interfacescala.Equals- Overrides:
canEqualin classNoScopeGiven
-
hashCode
public int hashCode()- Overrides:
hashCodein classNoScopeGiven
-
toString
- Overrides:
toStringin classNoScopeGiven
-