RichScope

sbt.SlashSyntax.RichScope
final class RichScope(val scope: Scope) extends HasSlashKeyOrAttrKey

RichScope wraps a general scope to provide the / operator for scoping.

Attributes

Graph
Supertypes
trait HasSlashKey
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def /(key: AttributeKey[_]): Scope

Attributes

Inherited from:
HasSlashKeyOrAttrKey
def /[K](key: ScopingSetting[K]): K

Attributes

Inherited from:
HasSlashKey