TupleSupport

slick.util.TupleSupport$

Utility functions for working with tuples of different arities

Attributes

Source:
TupleSupport.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

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

Build an IndexedSeq from a Product

Build an IndexedSeq from a Product

Attributes

Source:
TupleSupport.scala
def buildTuple(s: IndexedSeq[Any]): Product

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

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

Attributes

Source:
TupleSupport.scala
def classTagForArity(i: Int): ClassTag[_]

Return a ClassTag for a tuple of the given arity

Return a ClassTag for a tuple of the given arity

Attributes

Source:
TupleSupport.scala