Table3

case class Table3[T1, T2, T3](titles: List[String], rows: List[DataRow3[T1, T2, T3]], execute: Boolean, show3: Show3[T1, T2, T3]) extends Table
trait Serializable
trait Product
trait Equals
class Table
class Object
trait Matchable
class Any

Value members

Concrete methods

def executeRow[R](f: (T1, T2, T3) => R, exec: Boolean)(using evidence$12: AsResult[R]): DecoratedResult[DataTable]
def executeRowApply[R, M[_]](f: (T1, T2, T3) => M[R], exec: Boolean)(using asResult: AsResult[R], app: Applicative[M]): M[DecoratedResult[DataTable]]
def |[S1 >: T1, S2 >: T2, S3 >: T3](row: DataRow3[S1, S2, S3])(using s3: Show3[S1, S2, S3]): Table3[S1, S2, S3]
def |[R](f: (T1, T2, T3) => R)(using evidence$10: AsResult[R]): DecoratedResult[DataTable]
def |*[R](f: (T1, T2, T3) => R)(using asResult: AsResult[R], ec: ExecutionContext): DecoratedResult[DataTable]
def |*>[R](f: (T1, T2, T3) => R)(using asResult: AsResult[R], ec: ExecutionContext): DecoratedResult[DataTable]
def |>[R](f: (T1, T2, T3) => R)(using evidence$11: AsResult[R]): DecoratedResult[DataTable]
def |@[M[_], R](f: (T1, T2, T3) => M[R])(using asResult: AsResult[R], app: Applicative[M]): M[DecoratedResult[DataTable]]
def |@>[M[_], R](f: (T1, T2, T3) => 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