Packages

c

slick.util.TupleMethods

Tuple2ExtensionMethods

implicit final class Tuple2ExtensionMethods[T1 <: Rep[_], T2 <: Rep[_]] extends AnyVal

Source
TupleSupport.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple2ExtensionMethods
  2. AnyVal
  3. 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 Tuple2ExtensionMethods(t: (T1 with Rep[_], T2 with Rep[_]))

Value Members

  1. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  2. val t: (T1 with Rep[_], T2 with Rep[_])
  3. def ~[U <: Rep[_]](c: U with Rep[_]): (T1, T2, U)
  4. def ~:[U <: Rep[_]](c: U with Rep[_]): (U, T1, T2)