scodec.protocols.mpeg.transport.psi

SectionCodec

class SectionCodec extends Codec[Section]

Source
SectionCodec.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SectionCodec
  2. Codec
  3. GenCodec
  4. Decoder
  5. Encoder
  6. AnyRef
  7. Any
Implicitly
  1. by ValueCodecEnrichedWithHListSupport
  2. by TransformSyntax
  3. by Tuple2CodecSupport
  4. by EnrichedCoproductEncoder
  5. by ValueCodecEnrichedWithGenericSupport
  6. by any2stringadd
  7. by any2stringfmt
  8. by any2ArrowAssoc
  9. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SectionCodec to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (SectionCodec, B)

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ArrowAssoc[SectionCodec] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def :+:[B](left: Codec[B]): CoproductCodecBuilder[:+:[B, :+:[Section, CNil]], ::[Codec[B], ::[Codec[Section], HNil]], :+:[B, :+:[Section, CNil]]]

    Definition Classes
    Codec
  7. def ::[B](codecB: Codec[B]): Codec[::[B, ::[Section, HNil]]]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ValueCodecEnrichedWithHListSupport[Section] performed by method ValueCodecEnrichedWithHListSupport in scodec.
    Definition Classes
    ValueCodecEnrichedWithHListSupport
  8. def :~>:[B](codecB: Codec[B])(implicit ev: =:=[Unit, B]): Codec[::[Section, HNil]]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ValueCodecEnrichedWithHListSupport[Section] performed by method ValueCodecEnrichedWithHListSupport in scodec.
    Definition Classes
    ValueCodecEnrichedWithHListSupport
  9. final def <~[B](codecB: Codec[B])(implicit ev: =:=[Unit, B]): Codec[Section]

    Definition Classes
    Codec
  10. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  12. def >>:~[L <: HList](f: (Section) ⇒ Codec[L]): Codec[::[Section, L]]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ValueCodecEnrichedWithHListSupport[Section] performed by method ValueCodecEnrichedWithHListSupport in scodec.
    Definition Classes
    ValueCodecEnrichedWithHListSupport
  13. final def >>~[B](f: (Section) ⇒ Codec[B]): Codec[(Section, B)]

    Definition Classes
    Codec
  14. def as[B](implicit as: Transformer[Section, B]): Codec[B]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to TransformSyntax[Codec, Section] performed by method TransformSyntax in scodec.
    Definition Classes
    TransformSyntax
  15. def asDecoder: Decoder[Section]

    Definition Classes
    Decoder
  16. def asEncoder: Encoder[Section]

    Definition Classes
    Encoder
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def compact: Codec[Section]

    Definition Classes
    Codec → GenCodec → Encoder
  20. final def complete: Codec[Section]

    Definition Classes
    Codec → GenCodec → Decoder
  21. final def consume[B](f: (Section) ⇒ Codec[B])(g: (B) ⇒ Section): Codec[B]

    Definition Classes
    Codec
  22. def contramap[C](f: (C) ⇒ Section): GenCodec[C, Section]

    Definition Classes
    GenCodec → Encoder
  23. def decode(bits: BitVector): Attempt[DecodeResult[Section]]

    Definition Classes
    SectionCodec → Decoder
  24. def decodeOnly[AA >: Section]: Codec[AA]

    Definition Classes
    Codec → Decoder
  25. def decodeSection(header: SectionHeader)(bits: BitVector): Attempt[DecodeResult[Section]]

  26. final def decodeValue(bits: BitVector): Attempt[Section]

    Definition Classes
    Decoder
  27. def decoder(header: SectionHeader): Decoder[Section]

  28. def disableCrcVerification: SectionCodec

  29. final def downcast[B <: Section](implicit tb: Typeable[B]): Codec[B]

    Definition Classes
    Codec
  30. final def dropLeft[B](codecB: Codec[B])(implicit ev: =:=[Unit, Section]): Codec[B]

    Definition Classes
    Codec
  31. final def dropRight[B](codecB: Codec[B])(implicit ev: =:=[Unit, B]): Codec[Section]

    Definition Classes
    Codec
  32. def econtramap[C](f: (C) ⇒ Attempt[Section]): GenCodec[C, Section]

    Definition Classes
    GenCodec → Encoder
  33. def emap[C](f: (Section) ⇒ Attempt[C]): GenCodec[Section, C]

    Definition Classes
    GenCodec → Decoder
  34. def encode(section: Section): Attempt[BitVector]

    Definition Classes
    SectionCodec → Encoder
  35. def encodeOnly: Codec[Section]

    Definition Classes
    Encoder
  36. def ensuring(cond: (SectionCodec) ⇒ Boolean, msg: ⇒ Any): SectionCodec

    Implicit information
    This member is added by an implicit conversion from SectionCodec to Ensuring[SectionCodec] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. def ensuring(cond: (SectionCodec) ⇒ Boolean): SectionCodec

    Implicit information
    This member is added by an implicit conversion from SectionCodec to Ensuring[SectionCodec] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. def ensuring(cond: Boolean, msg: ⇒ Any): SectionCodec

    Implicit information
    This member is added by an implicit conversion from SectionCodec to Ensuring[SectionCodec] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  39. def ensuring(cond: Boolean): SectionCodec

    Implicit information
    This member is added by an implicit conversion from SectionCodec to Ensuring[SectionCodec] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  42. final def exmap[B](f: (Section) ⇒ Attempt[B], g: (B) ⇒ Attempt[Section]): Codec[B]

    Definition Classes
    Codec
  43. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. def flatMap[B](f: (Section) ⇒ Decoder[B]): Decoder[B]

    Definition Classes
    Decoder
  45. def flatPrepend[L <: HList](f: (Section) ⇒ Codec[L]): Codec[::[Section, L]]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ValueCodecEnrichedWithHListSupport[Section] performed by method ValueCodecEnrichedWithHListSupport in scodec.
    Definition Classes
    ValueCodecEnrichedWithHListSupport
  46. final def flatZip[B](f: (Section) ⇒ Codec[B]): Codec[(Section, B)]

    Definition Classes
    Codec
  47. def flatZipHList[B](f: (Section) ⇒ Codec[B]): Codec[::[Section, ::[B, HNil]]]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ValueCodecEnrichedWithHListSupport[Section] performed by method ValueCodecEnrichedWithHListSupport in scodec.
    Definition Classes
    ValueCodecEnrichedWithHListSupport
  48. final def flattenLeftPairs(implicit f: FlattenLeftPairs[Section]): Codec[Out]

    Definition Classes
    Codec
  49. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from SectionCodec to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  50. final def fuse[AA <: Section, BB >: Section](implicit ev: =:=[BB, AA]): Codec[BB]

    Definition Classes
    GenCodec
  51. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  52. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  53. final def hlist: Codec[::[Section, HNil]]

    Definition Classes
    Codec
  54. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  55. def map[C](f: (Section) ⇒ C): GenCodec[Section, C]

    Definition Classes
    GenCodec → Decoder
  56. final def narrow[B](f: (Section) ⇒ Attempt[B], g: (B) ⇒ Section): Codec[B]

    Definition Classes
    Codec
  57. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  58. final def notify(): Unit

    Definition Classes
    AnyRef
  59. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  60. final def pairedWith[B](codecB: Codec[B]): Codec[(Section, B)]

    Definition Classes
    Codec
  61. def pcontramap[C](f: (C) ⇒ Option[Section]): GenCodec[C, Section]

    Definition Classes
    GenCodec → Encoder
  62. def polyxmap[B](p: Poly, q: Poly)(implicit aToB: Aux[p.type, ::[Section, HNil], B], bToA: Aux[q.type, ::[B, HNil], Section]): Codec[B]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ValueCodecEnrichedWithGenericSupport[Section] performed by method ValueCodecEnrichedWithGenericSupport in scodec.
    Definition Classes
    ValueCodecEnrichedWithGenericSupport
  63. def polyxmap1[B](p: Poly)(implicit aToB: Aux[p.type, ::[Section, HNil], B], bToA: Aux[p.type, ::[B, HNil], Section]): Codec[B]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ValueCodecEnrichedWithGenericSupport[Section] performed by method ValueCodecEnrichedWithGenericSupport in scodec.
    Definition Classes
    ValueCodecEnrichedWithGenericSupport
  64. def selectEncoder[A](implicit inj: Inject[Coproduct with Section, A]): Encoder[A]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to EnrichedCoproductEncoder[Coproduct with Section] performed by method EnrichedCoproductEncoder in scodec.
    Definition Classes
    EnrichedCoproductEncoder
  65. def sizeBound: SizeBound

    Definition Classes
    SectionCodec → Encoder
  66. def supporting[A <: Section](implicit c: SectionFragmentCodec[A]): SectionCodec

  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  68. def toField[K]: Codec[FieldType[K, Section]]

    Definition Classes
    Codec
  69. def toFieldWithContext[K <: Symbol](k: K): Codec[FieldType[K, Section]]

    Definition Classes
    Codec
  70. def toString(): String

    Definition Classes
    AnyRef → Any
  71. final def unit(zero: Section): Codec[Unit]

    Definition Classes
    Codec
  72. final def upcast[B >: Section](implicit ta: Typeable[Section]): Codec[B]

    Definition Classes
    Codec
  73. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def widen[B](f: (Section) ⇒ B, g: (B) ⇒ Attempt[Section]): Codec[B]

    Definition Classes
    Codec
  77. def widenOpt[B](f: (Section) ⇒ B, g: (B) ⇒ Option[Section]): Codec[B]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to TransformSyntax[Codec, Section] performed by method TransformSyntax in scodec.
    Definition Classes
    TransformSyntax
  78. final def withContext(context: String): Codec[Section]

    Definition Classes
    Codec
  79. final def withToString(str: ⇒ String): Codec[Section]

    Definition Classes
    Codec
  80. final def xmap[B](f: (Section) ⇒ B, g: (B) ⇒ Section): Codec[B]

    Definition Classes
    Codec
  81. final def ~[B](codecB: Codec[B]): Codec[(Section, B)]

    Definition Classes
    Codec
  82. final def ~>[B](codecB: Codec[B])(implicit ev: =:=[Unit, Section]): Codec[B]

    Definition Classes
    Codec
  83. def ~~[B](B: Codec[B]): TupleCodec[Section, B]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to Tuple2CodecSupport[Section] performed by method Tuple2CodecSupport in scodec.
    Definition Classes
    Tuple2CodecSupport
  84. def [B](y: B): (SectionCodec, B)

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ArrowAssoc[SectionCodec] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def exmap[B](f: (Section) ⇒ Attempt[B], g: (B) ⇒ Attempt[Section]): Codec[B]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to TransformSyntax[Codec, Section] performed by method TransformSyntax in scodec.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (sectionCodec: TransformSyntax[Codec, Section]).exmap(f, g)
    Definition Classes
    TransformSyntax
  2. def narrow[B](f: (Section) ⇒ Attempt[B], g: (B) ⇒ Section): Codec[B]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to TransformSyntax[Codec, Section] performed by method TransformSyntax in scodec.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (sectionCodec: TransformSyntax[Codec, Section]).narrow(f, g)
    Definition Classes
    TransformSyntax
  3. val self: Codec[Section]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ValueCodecEnrichedWithHListSupport[Section] performed by method ValueCodecEnrichedWithHListSupport in scodec.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionCodec: ValueCodecEnrichedWithHListSupport[Section]).self
    Definition Classes
    ValueCodecEnrichedWithHListSupport
  4. val self: Codec[Section]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to TransformSyntax[Codec, Section] performed by method TransformSyntax in scodec.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionCodec: TransformSyntax[Codec, Section]).self
    Definition Classes
    TransformSyntax
  5. val self: Codec[Section]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to Tuple2CodecSupport[Section] performed by method Tuple2CodecSupport in scodec.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionCodec: Tuple2CodecSupport[Section]).self
    Definition Classes
    Tuple2CodecSupport
  6. val self: Encoder[Coproduct with Section]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to EnrichedCoproductEncoder[Coproduct with Section] performed by method EnrichedCoproductEncoder in scodec.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionCodec: EnrichedCoproductEncoder[Coproduct with Section]).self
    Definition Classes
    EnrichedCoproductEncoder
  7. val self: Codec[Section]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ValueCodecEnrichedWithGenericSupport[Section] performed by method ValueCodecEnrichedWithGenericSupport in scodec.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionCodec: ValueCodecEnrichedWithGenericSupport[Section]).self
    Definition Classes
    ValueCodecEnrichedWithGenericSupport
  8. val self: Any

    Implicit information
    This member is added by an implicit conversion from SectionCodec to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionCodec: StringAdd).self
    Definition Classes
    StringAdd
  9. val self: Any

    Implicit information
    This member is added by an implicit conversion from SectionCodec to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionCodec: StringFormat).self
    Definition Classes
    StringFormat
  10. def widen[B](f: (Section) ⇒ B, g: (B) ⇒ Attempt[Section]): Codec[B]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to TransformSyntax[Codec, Section] performed by method TransformSyntax in scodec.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (sectionCodec: TransformSyntax[Codec, Section]).widen(f, g)
    Definition Classes
    TransformSyntax
  11. def xmap[B](f: (Section) ⇒ B, g: (B) ⇒ Section): Codec[B]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to TransformSyntax[Codec, Section] performed by method TransformSyntax in scodec.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (sectionCodec: TransformSyntax[Codec, Section]).xmap(f, g)
    Definition Classes
    TransformSyntax

Deprecated Value Members

  1. def pxmap[B](f: (Section) ⇒ B, g: (B) ⇒ Option[Section]): Codec[B]

    Implicit information
    This member is added by an implicit conversion from SectionCodec to TransformSyntax[Codec, Section] performed by method TransformSyntax in scodec.
    Definition Classes
    TransformSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 1.7.0) Use widenOpt instead

  2. def x: SectionCodec

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ArrowAssoc[SectionCodec] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionCodec: ArrowAssoc[SectionCodec]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: SectionCodec

    Implicit information
    This member is added by an implicit conversion from SectionCodec to Ensuring[SectionCodec] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionCodec: Ensuring[SectionCodec]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Codec[Section]

Inherited from GenCodec[Section, Section]

Inherited from Decoder[Section]

Inherited from Encoder[Section]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion ValueCodecEnrichedWithHListSupport from SectionCodec to ValueCodecEnrichedWithHListSupport[Section]

Inherited by implicit conversion TransformSyntax from SectionCodec to TransformSyntax[Codec, Section]

Inherited by implicit conversion Tuple2CodecSupport from SectionCodec to Tuple2CodecSupport[Section]

Inherited by implicit conversion EnrichedCoproductEncoder from SectionCodec to EnrichedCoproductEncoder[Coproduct with Section]

Inherited by implicit conversion ValueCodecEnrichedWithGenericSupport from SectionCodec to ValueCodecEnrichedWithGenericSupport[Section]

Inherited by implicit conversion any2stringadd from SectionCodec to StringAdd

Inherited by implicit conversion any2stringfmt from SectionCodec to StringFormat

Inherited by implicit conversion any2ArrowAssoc from SectionCodec to ArrowAssoc[SectionCodec]

Inherited by implicit conversion any2Ensuring from SectionCodec to Ensuring[SectionCodec]

Ungrouped