public class ClusterScope$ extends ClusterScope implements scala.Product, scala.Serializable
Deploy| Modifier and Type | Field and Description |
|---|---|
static ClusterScope$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
ClusterScope$() |
| Modifier and Type | Method and Description |
|---|---|
ClusterScope$ |
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 ClusterScope$ MODULE$
public ClusterScope$ getInstance()
getInstance in class ClusterScopepublic 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 ClusterScopeother - (undocumented)