MappedProjection

slick.lifted.MappedProjection
class MappedProjection[T, P](child: Node, mapper: Mapper, classTag: ClassTag[T]) extends Rep[T]

Attributes

Source:
Shape.scala
Graph
Supertypes
trait Rep[T]
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Self = MappedProjection[_, _]

Attributes

Source:
Shape.scala

Value members

Concrete methods

def encodeRef(path: Node): MappedProjection[T, P]

Encode a reference into this Rep.

Encode a reference into this Rep.

Attributes

Source:
Shape.scala
def genericFastPath(f: Any => Any): MappedProjection[T, P]

Attributes

Source:
Shape.scala
override def toNode: Node

Get the Node for this Rep.

Get the Node for this Rep.

Attributes

Definition Classes
Source:
Shape.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
Source:
Shape.scala