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

Value members

Abstract methods

def head: A

Attributes

Source
GroupedSections.scala
def list: List[A]

Attributes

Source
GroupedSections.scala
def tableId: Int

Attributes

Source
GroupedSections.scala
def tail: List[A]

Attributes

Source
GroupedSections.scala

Concrete methods

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

Attributes

Source
GroupedSections.scala

Concrete fields

Implicitly added by InvariantOps

Attributes

Source
GroupedSections.scala