Class

org.squeryl.dsl.boilerplate

STuple4

Related Doc: package boilerplate

Permalink

class STuple4[T1, T2, T3, T4] extends STuple3[T1, T2, T3] with Product4[T1, T2, T3, T4]

Source
SampleTuple.scala
Linear Supertypes
Product4[T1, T2, T3, T4], STuple3[T1, T2, T3], Product3[T1, T2, T3], STuple2[T1, T2], Product2[T1, T2], STuple1[T1], SampleTuple, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. STuple4
  2. Product4
  3. STuple3
  4. Product3
  5. STuple2
  6. Product2
  7. STuple1
  8. SampleTuple
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new STuple4(n: List[SelectElement], m: Array[OutMapper[_]])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _1: T1

    Permalink
    Definition Classes
    STuple1
  5. def _2: T2

    Permalink
    Definition Classes
    STuple2 → Product2
  6. def _3: T3

    Permalink
    Definition Classes
    STuple3 → Product3
  7. def _4: T4

    Permalink
    Definition Classes
    STuple4 → Product4
  8. def _get[B](i: Int): B

    Permalink
    Attributes
    protected
    Definition Classes
    SampleTuple
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def canEqual(a: Any): Boolean

    Permalink
    Definition Classes
    SampleTuple → Equals
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(a: Any): Boolean

    Permalink
    Definition Classes
    SampleTuple → Equals → AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. val outMappers: Array[OutMapper[_]]

    Permalink
    Definition Classes
    SampleTuple
  22. val outNodes: List[SelectElement]

    Permalink
    Definition Classes
    SampleTuple
  23. def productArity: Int

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

    Permalink
    Definition Classes
    Product4 → Product
    Annotations
    @throws( ... )
  25. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  26. def productPrefix: String

    Permalink
    Definition Classes
    Product
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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

Inherited from STuple3[T1, T2, T3]

Inherited from Product3[T1, T2, T3]

Inherited from STuple2[T1, T2]

Inherited from Product2[T1, T2]

Inherited from STuple1[T1]

Inherited from SampleTuple

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped