akka.actor
Class NoScopeGiven$

java.lang.Object
  extended by akka.actor.NoScopeGiven
      extended by akka.actor.NoScopeGiven$
All Implemented Interfaces:
Scope, java.io.Serializable, scala.Equals, scala.Product

public class NoScopeGiven$
extends NoScopeGiven
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Field Summary
static NoScopeGiven$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
NoScopeGiven$()
           
 
Method Summary
 NoScopeGiven$ getInstance()
          Java API: get the singleton instance
 Scope withFallback(Scope other)
          When merging Deploy instances using withFallback() on the left one, this is propagated to “merging” scopes in the same way.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

public static final NoScopeGiven$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

NoScopeGiven$

public NoScopeGiven$()
Method Detail

withFallback

public Scope withFallback(Scope other)
Description copied from interface: Scope
When merging Deploy instances using withFallback() on the left one, this is propagated to “merging” scopes in the same way. The setup is biased towards preferring the callee over the argument, i.e. a.withFallback(b) is called expecting that a should in general take precedence.

Specified by:
withFallback in interface Scope
Overrides:
withFallback in class NoScopeGiven

getInstance

public NoScopeGiven$ getInstance()
Java API: get the singleton instance

Overrides:
getInstance in class NoScopeGiven