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 SummaryFieldsModifier and TypeFieldDescriptionstatic final NoScopeGiven$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.NoScopeGivenequals, productElementName, productElementNamesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualsequalsMethods inherited from interface scala.ProductproductElementName, productElementNamesMethods inherited from interface org.apache.pekko.actor.ScopewithFallback
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
NoScopeGiven$public NoScopeGiven$()
 
- 
- 
Method Details- 
withFallback- Overrides:
- withFallbackin class- NoScopeGiven
 
- 
getInstanceJava API: get the singleton instance- Overrides:
- getInstancein class- NoScopeGiven
 
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
- Overrides:
- productPrefixin class- NoScopeGiven
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
- Overrides:
- productArityin class- NoScopeGiven
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
- Overrides:
- productElementin class- NoScopeGiven
 
- 
productIterator- Specified by:
- productIteratorin interface- scala.Product
- Overrides:
- productIteratorin class- NoScopeGiven
 
- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
- Overrides:
- canEqualin class- NoScopeGiven
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- NoScopeGiven
 
- 
toString- Overrides:
- toStringin class- NoScopeGiven
 
 
-