Class

scodec.protocols.mpeg.transport.Demultiplexer.DecodeState

AwaitingBody

Related Doc: package DecodeState

Permalink

final case class AwaitingBody[A](headerBits: BitVector, neededBits: Option[Long], bitsPostHeader: BitVector, decoder: Decoder[A]) extends DecodeState with Product with Serializable

Source
Demultiplexer.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AwaitingBody
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DecodeState
  7. AnyRef
  8. Any
Implicitly
  1. by TransformSyntax
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AwaitingBody(headerBits: BitVector, neededBits: Option[Long], bitsPostHeader: BitVector, decoder: Decoder[A])

    Permalink

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 AwaitingBody[A] to any2stringadd[AwaitingBody[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AwaitingBody[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to ArrowAssoc[AwaitingBody[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def accumulate(data: BitVector): AwaitingBody[A]

    Permalink
  7. def as[B](implicit as: Transformer[A, B]): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val bitsPostHeader: BitVector

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def decode: Attempt[DecodeResult[A]]

    Permalink
  12. val decoder: Decoder[A]

    Permalink
  13. def ensuring(cond: (AwaitingBody[A]) ⇒ Boolean, msg: ⇒ Any): AwaitingBody[A]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def exmap[B](f: (A) ⇒ Attempt[B], g: (B) ⇒ Attempt[A]): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  19. def exmapc[B](f: (A) ⇒ Attempt[B])(g: (B) ⇒ Attempt[A]): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to StringFormat[AwaitingBody[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. val headerBits: BitVector

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def narrow[B](f: (A) ⇒ Attempt[B], g: (B) ⇒ A): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  26. def narrowc[B](f: (A) ⇒ Attempt[B])(g: (B) ⇒ A): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. val neededBits: Option[Long]

    Permalink
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. val self: AwaitingBody[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def widen[B](f: (A) ⇒ B, g: (B) ⇒ Attempt[A]): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  37. def widenOpt[B](f: (A) ⇒ B, g: (B) ⇒ Option[A]): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  38. def widenOptc[B](f: (A) ⇒ B)(g: (B) ⇒ Option[A]): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  39. def widenc[B](f: (A) ⇒ B)(g: (B) ⇒ Attempt[A]): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  40. def xmap[B](f: (A) ⇒ B, g: (B) ⇒ A): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  41. def xmapc[B](f: (A) ⇒ B)(g: (B) ⇒ A): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
  42. def [B](y: B): (AwaitingBody[A], B)

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

Deprecated Value Members

  1. def pxmap[B](f: (A) ⇒ B, g: (B) ⇒ Option[A]): AwaitingBody[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AwaitingBody[A] to TransformSyntax[AwaitingBody, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type scodec.Transform[AwaitingBody] is in scope.
    Definition Classes
    TransformSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 1.7.0) Use widenOpt instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DecodeState

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion TransformSyntax from AwaitingBody[A] to TransformSyntax[AwaitingBody, A]

Inherited by implicit conversion any2stringadd from AwaitingBody[A] to any2stringadd[AwaitingBody[A]]

Inherited by implicit conversion StringFormat from AwaitingBody[A] to StringFormat[AwaitingBody[A]]

Inherited by implicit conversion Ensuring from AwaitingBody[A] to Ensuring[AwaitingBody[A]]

Inherited by implicit conversion ArrowAssoc from AwaitingBody[A] to ArrowAssoc[AwaitingBody[A]]

Ungrouped