Path

slick.ast.Path
object Path

A constructor/extractor for nested Selects starting at a Ref so that, for example, c :: b :: a :: Nil corresponds to path a.b.c.

Attributes

Source
Node.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Path.type

Members list

Value members

Concrete methods

def apply(l: List[TermSymbol]): PathElement

Attributes

Source
Node.scala
def toString(path: Seq[TermSymbol]): String

Attributes

Source
Node.scala
def toString(s: Select): String

Attributes

Source
Node.scala
def unapply(n: PathElement): Option[List[TermSymbol]]

Attributes

Source
Node.scala