Class/Object

scodec.protocols.mpeg.transport.psi

SectionCodec

Related Docs: object SectionCodec | package psi

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    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)

    Permalink
    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]]]

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

    Permalink
    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]]

    Permalink
    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]

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

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

    Permalink
    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)]

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

    Permalink
    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]

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

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

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
  26. def disableCrcVerification: SectionCodec

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

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

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

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

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

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

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

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

    Permalink
    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: (SectionCodec) ⇒ Boolean): SectionCodec

    Permalink
    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, msg: ⇒ Any): SectionCodec

    Permalink
    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. def ensuring(cond: Boolean): SectionCodec

    Permalink
    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
  38. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    Codec
  41. def finalize(): Unit

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

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

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

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

    Permalink
    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 flattenLeftPairs(implicit f: FlattenLeftPairs[Section]): Codec[Out]

    Permalink
    Definition Classes
    Codec
  47. def formatted(fmtstr: String): String

    Permalink
    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()
  48. final def fuse[AA <: Section, BB >: Section](implicit ev: =:=[BB, AA]): Codec[BB]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  56. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

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

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

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

    Permalink
    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 polyxmap1[B](p: Poly)(implicit aToB: Aux[p.type, ::[Section, HNil], B], bToA: Aux[p.type, ::[B, HNil], Section]): Codec[B]

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

    Permalink
    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
  63. def sizeBound: SizeBound

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

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

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

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

    Permalink
    Definition Classes
    Codec
  68. def toString(): String

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

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

    Permalink
    Definition Classes
    Codec
  71. final def wait(): Unit

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

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

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

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

    Permalink
    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
  76. final def withContext(context: String): Codec[Section]

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

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

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

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

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

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

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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