GroupedSections

sealed abstract

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]

Concrete methods

def narrow[B <: A : ClassTag]: Option[GroupedSections[B]]
Implicitly added by InvariantOps

Concrete fields

Implicitly added by InvariantOps