public class LocalScope$ extends LocalScope implements scala.Product, scala.Serializable
| Modifier and Type | Field and Description |
|---|---|
static LocalScope$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
LocalScope$() |
| Modifier and Type | Method and Description |
|---|---|
LocalScope$ |
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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final LocalScope$ MODULE$
public LocalScope$ getInstance()
getInstance in class LocalScopepublic Scope withFallback(Scope other)
ScopeDeploy 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.withFallback in interface ScopewithFallback in class LocalScope