PidStamped

fs2.protocols.mpeg.transport.PidStamped
See thePidStamped companion object
case class PidStamped[+A](pid: Pid, value: A)

Attributes

Companion:
object
Source:
Pid.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[B](f: A => B): PidStamped[B]

Attributes

Source:
Pid.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product