DynamicScope

frawa.typedjson.keywords.DynamicScope
See theDynamicScope companion object
case class DynamicScope(uris: Seq[URI])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def candidates: Seq[URI]
def push(segment: String): DynamicScope
def push(index: Int): DynamicScope
def push(next: URI): DynamicScope

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product