Package akka.actor
Class NoScopeGiven$
- java.lang.Object
-
- akka.actor.NoScopeGiven
-
- akka.actor.NoScopeGiven$
-
- All Implemented Interfaces:
Scope
,java.io.Serializable
,scala.Equals
,scala.Product
public class NoScopeGiven$ extends NoScopeGiven implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NoScopeGiven$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description NoScopeGiven$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEqual(java.lang.Object x$1)
NoScopeGiven$
getInstance()
Java API: get the singleton instanceint
hashCode()
int
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
java.lang.String
toString()
Scope
withFallback(Scope other)
-
Methods inherited from class akka.actor.NoScopeGiven
equals, productElementName, productElementNames
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.actor.Scope
withFallback
-
-
-
-
Field Detail
-
MODULE$
public static final NoScopeGiven$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
withFallback
public Scope withFallback(Scope other)
- Overrides:
withFallback
in classNoScopeGiven
-
getInstance
public NoScopeGiven$ getInstance()
Java API: get the singleton instance- Overrides:
getInstance
in classNoScopeGiven
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
- Overrides:
productPrefix
in classNoScopeGiven
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
- Overrides:
productArity
in classNoScopeGiven
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
- Overrides:
productElement
in classNoScopeGiven
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
- Overrides:
productIterator
in classNoScopeGiven
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
- Overrides:
canEqual
in classNoScopeGiven
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classNoScopeGiven
-
toString
public java.lang.String toString()
- Overrides:
toString
in classNoScopeGiven
-
-