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 boolean
abstract static boolean
static LocalScope$
Java API: get the singleton instancestatic int
hashCode()
static int
static Object
productElement
(int x$1) static String
productElementName
(int n) static scala.collection.Iterator<String>
static scala.collection.Iterator<Object>
static String
static String
toString()
static Scope
withFallback
(Scope other) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-