GroupedSections

sealed abstract class GroupedSections[+A <: Section]

Group of sections that make up a logical message.

Group of sections that make up a logical message.

Intermediate representation between sections and tables. All sections must share the same table id.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def head: A
def list: List[A]
def tableId: Int
def tail: List[A]