Table10

case class Table10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10](titles: List[String], rows: List[DataRow10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10]], execute: Boolean, show10: Show10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10]) extends Table
trait Serializable
trait Product
trait Equals
class Table
class Object
trait Matchable
class Any
Table10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10]

Value members

Concrete methods

def executeRow[R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => R, exec: Boolean)(using evidence$33: AsResult[R]): DecoratedResult[DataTable]
def executeRowApply[R, M[_]](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => M[R], exec: Boolean)(using asResult: AsResult[R], app: Applicative[M]): M[DecoratedResult[DataTable]]
def |[S1 >: T1, S2 >: T2, S3 >: T3, S4 >: T4, S5 >: T5, S6 >: T6, S7 >: T7, S8 >: T8, S9 >: T9, S10 >: T10](row: DataRow10[S1, S2, S3, S4, S5, S6, S7, S8, S9, S10])(using s10: Show10[S1, S2, S3, S4, S5, S6, S7, S8, S9, S10]): Table10[S1, S2, S3, S4, S5, S6, S7, S8, S9, S10]
def |[R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => R)(using evidence$31: AsResult[R]): DecoratedResult[DataTable]
def |*[R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => R)(using asResult: AsResult[R], ec: ExecutionContext): DecoratedResult[DataTable]
def |*>[R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => R)(using asResult: AsResult[R], ec: ExecutionContext): DecoratedResult[DataTable]
def |>[R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => R)(using evidence$32: AsResult[R]): DecoratedResult[DataTable]
def |@[M[_], R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => M[R])(using asResult: AsResult[R], app: Applicative[M]): M[DecoratedResult[DataTable]]
def |@>[M[_], R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => M[R])(using asResult: AsResult[R], app: Applicative[M]): M[DecoratedResult[DataTable]]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product