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

Concise view

Value members

Concrete methods

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