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