Packages

o

slick.util

TupleSupport

object TupleSupport

Utility functions for working with tuples of different arities

Source
TupleSupport.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TupleSupport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def buildIndexedSeq(p: Product): IndexedSeq[Any]

    Build an IndexedSeq from a Product

  2. def buildTuple(s: IndexedSeq[Any]): Product

    Build a Tuple for the supported arities, otherwise a ProductWrapper.

  3. def classTagForArity(i: Int): ClassTag[_]

    Return a ClassTag for a tuple of the given arity