FwdPath

slick.ast.FwdPath$
object FwdPath

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

Source:
Node.scala