scala.slick.lifted

Projection4

final class Projection4[T1, T2, T3, T4] extends (Column[T1], Column[T2], Column[T3], Column[T4]) with Projection[(T1, T2, T3, T4)]

Linear Supertypes
Projection[(T1, T2, T3, T4)], ProductNode, SimpleNode, Node, ColumnBase[(T1, T2, T3, T4)], RecordLinearizer[(T1, T2, T3, T4)], ValueLinearizer[(T1, T2, T3, T4)], Rep[(T1, T2, T3, T4)], WithOp, Cloneable, java.lang.Cloneable, NodeGenerator, (Column[T1], Column[T2], Column[T3], Column[T4]), Serializable, java.io.Serializable, Product4[Column[T1], Column[T2], Column[T3], Column[T4]], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Projection4
  2. Projection
  3. ProductNode
  4. SimpleNode
  5. Node
  6. ColumnBase
  7. RecordLinearizer
  8. ValueLinearizer
  9. Rep
  10. WithOp
  11. Cloneable
  12. Cloneable
  13. NodeGenerator
  14. Tuple4
  15. Serializable
  16. Serializable
  17. Product4
  18. Product
  19. Equals
  20. AnyRef
  21. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Projection4(_1: Column[T1], _2: Column[T2], _3: Column[T3], _4: Column[T4])

Type Members

  1. type V = (T1, T2, T3, T4)

    Definition Classes
    Projection

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. def <>[R](f: (T1, T2, T3, T4) ⇒ R, g: (R) ⇒ Option[(T1, T2, T3, T4)]): MappedProjection[R, (T1, T2, T3, T4)]

  5. def <>[R](f: ((T1, T2, T3, T4)) ⇒ R, g: (R) ⇒ Option[(T1, T2, T3, T4)]): MappedProjection[R, (T1, T2, T3, T4)]

    Definition Classes
    Projection
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. val _1: Column[T1]

    Definition Classes
    Projection4 → Tuple4 → Product4
  9. val _2: Column[T2]

    Definition Classes
    Projection4 → Tuple4 → Product4
  10. val _3: Column[T3]

    Definition Classes
    Projection4 → Tuple4 → Product4
  11. val _4: Column[T4]

    Definition Classes
    Projection4 → Tuple4 → Product4
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): Projection4.this.type

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

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

    Definition Classes
    ProductNode → AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def getAllColumnTypeMappers: collection.immutable.Vector[TypeMapper[_]]

    Definition Classes
    Projection
  18. final def getClass(): Class[_]

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

    Definition Classes
    ProjectionRecordLinearizer
  20. def getResult(profile: BasicProfile, rs: PositionedResult): (T1, T2, T3, T4)

    Definition Classes
    Projection4RecordLinearizer
  21. def hashCode(): Int

    Definition Classes
    ProductNode → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def mapOp(f: (Node, List[Int]) ⇒ Node, positions: List[Int]): Projection4.this.type

    Definition Classes
    Projection4WithOp
  24. final def narrowedLinearizer: RecordLinearizer[(T1, T2, T3, T4)]

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

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

    Definition Classes
    ProductNodeNode
  27. lazy val nodeChildren: collection.immutable.IndexedSeq[Node]

    Definition Classes
    ProjectionNode
  28. def nodeDelegate: Node

    Definition Classes
    NodeNodeGenerator
  29. def nodeIntrinsicSymbol: IntrinsicSymbol

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

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

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

    Attributes
    protected[this]
    Definition Classes
    ProductNodeSimpleNode
  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. final def op: Node

    Definition Classes
    WithOp
  36. def productArity: Int

    Definition Classes
    Product4 → Product
  37. def productElement(n: Int): Any

    Definition Classes
    Product4 → Product
    Annotations
    @throws()
  38. def setParameter(profile: BasicProfile, ps: PositionedParameters, value: Option[(T1, T2, T3, T4)]): Unit

    Definition Classes
    ProjectionRecordLinearizer
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    ProjectionProductNodeNode → AnyRef → Any
  41. def updateResult(profile: BasicProfile, rs: PositionedResult, value: (T1, T2, T3, T4)): Unit

    Definition Classes
    ProjectionRecordLinearizer
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def ~[U](c: Column[U]): Projection5[T1, T2, T3, T4, U]

Inherited from Projection[(T1, T2, T3, T4)]

Inherited from ProductNode

Inherited from SimpleNode

Inherited from Node

Inherited from ColumnBase[(T1, T2, T3, T4)]

Inherited from RecordLinearizer[(T1, T2, T3, T4)]

Inherited from ValueLinearizer[(T1, T2, T3, T4)]

Inherited from Rep[(T1, T2, T3, T4)]

Inherited from WithOp

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from NodeGenerator

Inherited from (Column[T1], Column[T2], Column[T3], Column[T4])

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product4[Column[T1], Column[T2], Column[T3], Column[T4]]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped