Package akka.actor
Class NoScopeGiven
- java.lang.Object
-
- akka.actor.NoScopeGiven
-
- All Implemented Interfaces:
Scope
- Direct Known Subclasses:
NoScopeGiven$
public abstract class NoScopeGiven extends java.lang.Object implements Scope
This is the default value and as such allows overrides.
-
-
Constructor Summary
Constructors Constructor Description NoScopeGiven()
-
Method Summary
All Methods Static Methods Abstract Methods Concrete Methods Modifier and Type Method Description static boolean
canEqual(java.lang.Object x$1)
abstract static boolean
equals(java.lang.Object that)
static NoScopeGiven$
getInstance()
Java API: get the singleton instancestatic int
hashCode()
static int
productArity()
static java.lang.Object
productElement(int x$1)
static java.lang.String
productElementName(int n)
static scala.collection.Iterator<java.lang.String>
productElementNames()
static scala.collection.Iterator<java.lang.Object>
productIterator()
static java.lang.String
productPrefix()
static java.lang.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 akka.actor.Scope
withFallback
-
-
-
-
Method Detail
-
getInstance
public static NoScopeGiven$ getInstance()
Java API: get the singleton instance
-
productPrefix
public static java.lang.String productPrefix()
-
productArity
public static int productArity()
-
productElement
public static java.lang.Object productElement(int x$1)
-
productIterator
public static scala.collection.Iterator<java.lang.Object> productIterator()
-
canEqual
public static boolean canEqual(java.lang.Object x$1)
-
hashCode
public static int hashCode()
-
toString
public static java.lang.String toString()
-
equals
public abstract static boolean equals(java.lang.Object that)
-
productElementName
public static java.lang.String productElementName(int n)
-
productElementNames
public static scala.collection.Iterator<java.lang.String> productElementNames()
-
-