implicit final class Tuple15ExtensionMethods[T1 <: Rep[_], T2 <: Rep[_], T3 <: Rep[_], T4 <: Rep[_], T5 <: Rep[_], T6 <: Rep[_], T7 <: Rep[_], T8 <: Rep[_], T9 <: Rep[_], T10 <: Rep[_], T11 <: Rep[_], T12 <: Rep[_], T13 <: Rep[_], T14 <: Rep[_], T15 <: Rep[_]] extends AnyVal
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tuple15ExtensionMethods
- AnyVal
- Any
Implicitly
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def ->[B](y: B): (Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15], B)
- Implicit
- This member is added by an implicit conversion from Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15] toArrowAssoc[Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]) => Boolean, msg: => Any): Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]
- Implicit
- This member is added by an implicit conversion from Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15] toEnsuring[Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]) => Boolean): Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]
- Implicit
- This member is added by an implicit conversion from Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15] toEnsuring[Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]
- Implicit
- This member is added by an implicit conversion from Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15] toEnsuring[Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]
- Implicit
- This member is added by an implicit conversion from Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15] toEnsuring[Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val t: (T1 with Rep[_], T2 with Rep[_], T3 with Rep[_], T4 with Rep[_], T5 with Rep[_], T6 with Rep[_], T7 with Rep[_], T8 with Rep[_], T9 with Rep[_], T10 with Rep[_], T11 with Rep[_], T12 with Rep[_], T13 with Rep[_], T14 with Rep[_], T15 with Rep[_])
- def toString(): String
- Definition Classes
- Any
- def ~[U <: Rep[_]](c: U with Rep[_]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, U)
- def ~:[U <: Rep[_]](c: U with Rep[_]): (U, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15] toStringFormat[Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15], B)
- Implicit
- This member is added by an implicit conversion from Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15] toArrowAssoc[Tuple15ExtensionMethods[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...