scala.slick.lifted

MappedProjection

final case class MappedProjection[T, P <: Product](child: Node, f: (P) ⇒ T, g: (T) ⇒ Option[P])(proj: Projection[P]) extends ColumnBase[T] with UnaryNode with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, UnaryNode, SimpleNode, Node, ColumnBase[T], RecordLinearizer[T], ValueLinearizer[T], Rep[T], WithOp, Cloneable, java.lang.Cloneable, NodeGenerator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MappedProjection
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. UnaryNode
  7. SimpleNode
  8. Node
  9. ColumnBase
  10. RecordLinearizer
  11. ValueLinearizer
  12. Rep
  13. WithOp
  14. Cloneable
  15. Cloneable
  16. NodeGenerator
  17. AnyRef
  18. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MappedProjection(child: Node, f: (P) ⇒ T, g: (T) ⇒ Option[P])(proj: Projection[P])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val child: Node

    Definition Classes
    MappedProjectionUnaryNode
  8. def clone(): MappedProjection.this.type

    Definition Classes
    WithOp → AnyRef
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(o: Any): Boolean

    Definition Classes
    MappedProjection → Equals → AnyRef → Any
  11. val f: (P) ⇒ T

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. val g: (T) ⇒ Option[P]

  14. def getAllColumnTypeMappers: collection.immutable.Vector[TypeMapper[_]]

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getLinearizedNodes: IndexedSeq[Node]

    Definition Classes
    MappedProjectionRecordLinearizer
  17. def getResult(profile: BasicProfile, rs: PositionedResult): T

    Definition Classes
    MappedProjectionRecordLinearizer
  18. def hashCode(): Int

    Definition Classes
    MappedProjection → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def mapOp(f: (Node, List[Int]) ⇒ Node, positions: List[Int] = Nil): MappedProjection.this.type

    Definition Classes
    WithOp
  21. final def narrowedLinearizer: RecordLinearizer[T]

    Definition Classes
    RecordLinearizerValueLinearizer
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def nodeChildNames: Iterable[String]

    Names for the child nodes to show in AST dumps.

    Names for the child nodes to show in AST dumps. Defaults to a numbered sequence starting at 0 but can be overridden by subclasses to produce more suitable names.

    Definition Classes
    Node
  24. lazy val nodeChildren: collection.Seq[Node]

    Definition Classes
    UnaryNodeNode
  25. def nodeDelegate: Node

    Definition Classes
    MappedProjectionNodeNodeGenerator
  26. def nodeIntrinsicSymbol: IntrinsicSymbol

    The intrinsic symbol that points to this Node object.

    The intrinsic symbol that points to this Node object.

    Definition Classes
    Node
  27. def nodeMapChildren(f: (Node) ⇒ Node): Node

    Apply a mapping function to all children of this node and recreate the node with the new children.

    Apply a mapping function to all children of this node and recreate the node with the new children. If all new children are identical to the old ones, this node is returned.

    Definition Classes
    SimpleNodeNode
  28. final def nodeMapNodes(s: Iterable[Node], f: (Node) ⇒ Node): Option[IndexedSeq[Node]]

    Attributes
    protected[this]
    Definition Classes
    Node
  29. def nodeRebuild(child: Node): Node

    Attributes
    protected[this]
    Definition Classes
    MappedProjectionUnaryNode
  30. final def nodeRebuild(ch: IndexedSeq[Node]): Node

    Attributes
    protected[this]
    Definition Classes
    UnaryNodeSimpleNode
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. final def op: Node

    Definition Classes
    WithOp
  34. def setParameter(profile: BasicProfile, ps: PositionedParameters, value: Option[T]): Unit

    Definition Classes
    MappedProjectionRecordLinearizer
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    MappedProjectionNode → AnyRef → Any
  37. def updateResult(profile: BasicProfile, rs: PositionedResult, value: T): Unit

    Definition Classes
    MappedProjectionRecordLinearizer
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from UnaryNode

Inherited from SimpleNode

Inherited from Node

Inherited from ColumnBase[T]

Inherited from RecordLinearizer[T]

Inherited from ValueLinearizer[T]

Inherited from Rep[T]

Inherited from WithOp

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from NodeGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped