MpegError

fs2.protocols.mpeg.MpegError$
See theMpegError companion trait
object MpegError

Attributes

Companion:
trait
Source:
MpegError.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Decoding(data: BitVector, err: Err) extends MpegError

Attributes

Source:
MpegError.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MpegError
class Object
trait Matchable
class Any
case class General(message: String) extends MpegError

Attributes

Source:
MpegError.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MpegError
class Object
trait Matchable
class Any

Value members

Concrete methods

def joinErrors[S, I, O](t: Scan[S, I, Either[MpegError, O]]): Scan[S, Either[MpegError, I], Either[MpegError, O]]

Attributes

Source:
MpegError.scala
def passErrors[S, I, O](t: Scan[S, I, O]): Scan[S, Either[MpegError, I], Either[MpegError, O]]

Attributes

Source:
MpegError.scala