GroupedSections

fs2.protocols.mpeg.transport.psi.GroupedSections
See theGroupedSections companion object
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.

Attributes

Companion:
object
Source:
GroupedSections.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def head: A

Attributes

Source:
GroupedSections.scala
def list: List[A]

Attributes

Source:
GroupedSections.scala

Attributes

Source:
GroupedSections.scala
def tail: List[A]

Attributes

Source:
GroupedSections.scala

Concrete methods

Implicitly added by InvariantOps

Attributes

Source:
GroupedSections.scala

Concrete fields

Implicitly added by InvariantOps

Attributes

Source:
GroupedSections.scala