Package org.apache.pekko.actor
Class LocalScope
java.lang.Object
org.apache.pekko.actor.LocalScope
- All Implemented Interfaces:
- Scope
- Direct Known Subclasses:
- LocalScope$
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanabstract static booleanstatic LocalScope$Java API: get the singleton instancestatic inthashCode()static intstatic ObjectproductElement(int x$1) static StringproductElementName(int n) static scala.collection.Iterator<String>static scala.collection.Iterator<Object>static Stringstatic StringtoString()static ScopewithFallback(Scope other) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.actor.ScopewithFallback
- 
Constructor Details- 
LocalScopepublic LocalScope()
 
- 
- 
Method Details- 
getInstanceJava API: get the singleton instance
- 
withFallback
- 
productPrefix
- 
productAritypublic static int productArity()
- 
productElement
- 
productIterator
- 
canEqual
- 
hashCodepublic static int hashCode()
- 
toString
- 
equals
- 
productElementName
- 
productElementNames
 
-