Path

reqt.Path
See thePath companion object
sealed trait Path

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AttrPath[T]
class AttrTypePath[T]
class EntPath
class EntTypePath
class LinkPath

Members list

Type members

Types

type Value

Value members

Abstract methods

def dest: Dest
def hasDest: Boolean
def takeLinksRight(n: Int): Path

Concrete methods

def depth: Int
def toModel: Model
def toVector: Vector[Link | Dest]
def valueOpt: Option[Value]