GroupedSections

sealed abstract class GroupedSections[+A <: Section]

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 tail: List[A]

Concrete methods

Implicitly added by InvariantOps

Concrete fields

Implicitly added by InvariantOps