case class Table1[T1](titles: List[String], rows: List[DataRow1[T1]], execute: Boolean = false, show1: Show1[T1] = Show1[T1]()) extends Table with Product with Serializable
- Self Type
- Table1[T1]
- Alphabetic
- By Inheritance
- Table1
- Serializable
- Product
- Equals
- Table
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def collect[R](results: List[(Seq[String], R)])(implicit arg0: AsResult[R]): DecoratedResult[DataTable]
Collect the results of each row
Collect the results of each row
- results
list of (row description, row execution result)
- returns
an aggregated Result from a list of results
- Attributes
- protected
- Definition Classes
- Table
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val execute: Boolean
- def executeRow[R](f: (T1) => R, exec: Boolean)(implicit arg0: AsResult[R]): DecoratedResult[DataTable]
- def executeRowApply[R, M[_]](f: (T1) => M[R], exec: Boolean)(implicit asResult: AsResult[R], app: Applicative[M]): M[DecoratedResult[DataTable]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rows: List[DataRow1[T1]]
- val show1: Show1[T1]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val titles: List[String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def |[R](f: (T1) => R)(implicit arg0: AsResult[R]): DecoratedResult[DataTable]
- def |[S1 >: T1](row: DataRow1[S1])(implicit s1: Show1[S1] = Show1[S1]()): Table1[S1]
- def |*[R](f: (T1) => R)(implicit asResult: AsResult[R], ec: ExecutionContext): DecoratedResult[DataTable]
- def |*>[R](f: (T1) => R)(implicit asResult: AsResult[R], ec: ExecutionContext): DecoratedResult[DataTable]
- def |>[R](f: (T1) => R)(implicit arg0: AsResult[R]): DecoratedResult[DataTable]
- def |@[M[_], R](f: (T1) => M[R])(implicit asResult: AsResult[R], app: Applicative[M]): M[DecoratedResult[DataTable]]
- def |@>[M[_], R](f: (T1) => M[R])(implicit asResult: AsResult[R], app: Applicative[M]): M[DecoratedResult[DataTable]]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated