MappedProjection

slick.lifted.MappedProjection
class MappedProjection[T](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

Type members

Types

Attributes

Source
Shape.scala

Value members

Concrete methods

Encode a reference into this Rep.

Encode a reference into this Rep.

Attributes

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

Attributes

Source
Shape.scala
override def toNode: Node

Get the Node for this Rep.

Get the Node for this Rep.

Attributes

Definition Classes
Rep
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