TypedRep

slick.lifted.Rep$.TypedRep
abstract class TypedRep[T](implicit val tpe: TypedType[T]) extends Rep[T]

Attributes

Source:
Rep.scala
Graph
Supertypes
trait Rep[T]
class Object
trait Matchable
class Any
Known subtypes
class TypedCase[B, T]
class ConstColumn[T]
class LiteralColumn[T]

Members list

Concise view

Value members

Concrete methods

def encodeRef(path: Node): Rep[T]

Encode a reference into this Rep.

Encode a reference into this Rep.

Attributes

Source:
Rep.scala

Inherited methods

Get the Node for this Rep.

Get the Node for this Rep.

Attributes

Inherited from:
Rep
Source:
Rep.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Rep -> Any
Inherited from:
Rep
Source:
Rep.scala

Implicits

Implicits

final implicit val tpe: TypedType[T]

Attributes

Source:
Rep.scala