Scope

final case class Scope(segments: Chain[String]) extends AnyVal
Companion:
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def ++(scope: Scope): Scope
def /(segment: String): Scope
def contains(scope: Scope): Boolean
def endsWith(segment: String): Boolean
def isEmpty: Boolean
def startsWith(segment: String): Boolean
def toList: List[String]
override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product