Packages

c

slick.util

ProductWrapper

final class ProductWrapper extends Product

A Product to represent larger arities than Tuple22

Source
TupleSupport.scala
Linear Supertypes
Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProductWrapper
  2. Product
  3. Equals
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProductWrapper(seq: IndexedSeq[Any])

Value Members

  1. def canEqual(that: Any): Boolean
    Definition Classes
    ProductWrapper → Equals
  2. def equals(that: Any): Boolean
    Definition Classes
    ProductWrapper → Equals → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    ProductWrapper → AnyRef → Any
  4. def productArity: Int
    Definition Classes
    ProductWrapper → Product
  5. def productElement(idx: Int): Any
    Definition Classes
    ProductWrapper → Product
  6. def productElementName(n: Int): String
    Definition Classes
    Product
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def productIterator: Iterator[Any]
    Definition Classes
    ProductWrapper → Product
  9. def productPrefix: String
    Definition Classes
    Product
  10. val seq: IndexedSeq[Any]
  11. def toString(): String
    Definition Classes
    ProductWrapper → AnyRef → Any