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, wait
public static final ClusterScope$ MODULE$
public ClusterScope$ getInstance()
getInstance
in class ClusterScope
public Scope withFallback(Scope other)
Scope
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.withFallback
in interface Scope
withFallback
in class ClusterScope
other
- (undocumented)