LinkPath

reqt.LinkPath
final case class LinkPath(links: Vector[Link]) extends Path

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Path
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Value = Nothing

Inherited types

Attributes

Inherited from:
Path

Value members

Concrete methods

def /(l: Link): LinkPath
Extension method from Path
def /[T](a: Attr[T]): AttrPath[T]
Extension method from Path
def /[T](a: AttrType[T]): AttrTypePath[T]
Extension method from Path
def /(e: Ent): EntPath
Extension method from Path
def /(e: EntType): EntTypePath
Extension method from Path
def dest: Dest
def hasDest: Boolean
def takeLinksRight(n: Int): LinkPath

Inherited methods

def depth: Int

Attributes

Inherited from:
Path
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toModel: Model

Attributes

Inherited from:
Path
def toVector: Vector[Link | Dest]

Attributes

Inherited from:
Path
def valueOpt: Option[Value]

Attributes

Inherited from:
Path