Package org.apache.pekko.actor
Class LocalScope
java.lang.Object
org.apache.pekko.actor.LocalScope
- All Implemented Interfaces:
Scope
- Direct Known Subclasses:
LocalScope$
-
Constructor Summary
Constructors -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.actor.Scope
withFallback
-
Constructor Details
-
LocalScope
public LocalScope()
-
-
Method Details
-
getInstance
Java API: get the singleton instance -
withFallback
-
productPrefix
-
productArity
public static int productArity() -
productElement
-
productIterator
-
canEqual
-
hashCode
public static int hashCode() -
toString
-
equals
-
productElementName
-
productElementNames
-