Table5

case class Table5[T1, T2, T3, T4, T5](titles: List[String], rows: List[DataRow5[T1, T2, T3, T4, T5]], execute: Boolean, show5: Show5[T1, T2, T3, T4, T5]) extends Table
trait Serializable
trait Product
trait Equals
class Table
class Object
trait Matchable
class Any
Table5[T1, T2, T3, T4, T5]

Value members

Concrete methods

def executeRow[R](f: (T1, T2, T3, T4, T5) => R, exec: Boolean)(using evidence$18: AsResult[R]): DecoratedResult[DataTable]
def executeRowApply[R, M[_]](f: (T1, T2, T3, T4, T5) => 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](row: DataRow5[S1, S2, S3, S4, S5])(using s5: Show5[S1, S2, S3, S4, S5]): Table5[S1, S2, S3, S4, S5]
def |[R](f: (T1, T2, T3, T4, T5) => R)(using evidence$16: AsResult[R]): DecoratedResult[DataTable]
def |*[R](f: (T1, T2, T3, T4, T5) => R)(using asResult: AsResult[R], ec: ExecutionContext): DecoratedResult[DataTable]
def |*>[R](f: (T1, T2, T3, T4, T5) => R)(using asResult: AsResult[R], ec: ExecutionContext): DecoratedResult[DataTable]
def |>[R](f: (T1, T2, T3, T4, T5) => R)(using evidence$17: AsResult[R]): DecoratedResult[DataTable]
def |@[M[_], R](f: (T1, T2, T3, T4, T5) => M[R])(using asResult: AsResult[R], app: Applicative[M]): M[DecoratedResult[DataTable]]
def |@>[M[_], R](f: (T1, T2, T3, T4, T5) => 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