final case class Rows[A](values: Seq[Row[A]]) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Rows
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def appendBottom(rows: Rows[A]): Rows[A]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
height: Int
Height as the amount of Rows
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapCells[B](f: (A) ⇒ B): Rows[B]
- def prependTop(rows: Rows[A]): Rows[A]
- def toColumns: Columns[A]
- val values: Seq[Row[A]]
-
def
width: Int
Width as the amount of Columns