scodec.protocols.mpeg.transport.psi

SectionCodec

Related Docs: object SectionCodec | package psi

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 StringFormat
  8. by Ensuring
  9. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

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

    Definition Classes
    Codec
  6. 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
  7. 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
  8. final def <~[B](codecB: Codec[B])(implicit ev: =:=[Unit, B]): Codec[Section]

    Definition Classes
    Codec
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. 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
  11. final def >>~[B](f: (Section) ⇒ Codec[B]): Codec[(Section, B)]

    Definition Classes
    Codec
  12. 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
  13. def asDecoder: Decoder[Section]

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

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

    Definition Classes
    Any
  16. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Definition Classes
    Decoder
  25. def disableCrcVerification: SectionCodec

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

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

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

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

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

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

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

    Definition Classes
    Encoder
  33. 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 Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: (SectionCodec) ⇒ Boolean): SectionCodec

    Implicit information
    This member is added by an implicit conversion from SectionCodec to Ensuring[SectionCodec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. 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 Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: Boolean): SectionCodec

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

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

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

    Definition Classes
    Codec
  40. def finalize(): Unit

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

    Definition Classes
    Decoder
  42. 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
  43. final def flatZip[B](f: (Section) ⇒ Codec[B]): Codec[(Section, B)]

    Definition Classes
    Codec
  44. 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
  45. final def flattenLeftPairs(implicit f: FlattenLeftPairs[Section]): Codec[Out]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    GenCodec → Encoder
  59. 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
  60. 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
  61. 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
  62. def sizeBound: SizeBound

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

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

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

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

    Definition Classes
    Codec
  67. def toString(): String

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

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

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

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

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

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

    Definition Classes
    Codec
  74. 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
  75. final def withContext(context: String): Codec[Section]

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

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

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

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

    Definition Classes
    Codec
  80. 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
  81. def [B](y: B): (SectionCodec, B)

    Implicit information
    This member is added by an implicit conversion from SectionCodec to ArrowAssoc[SectionCodec] performed by method ArrowAssoc 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. 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
  9. 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

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 any2stringadd[SectionCodec]

Inherited by implicit conversion StringFormat from SectionCodec to StringFormat[SectionCodec]

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

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

Ungrouped