ChannelRead

zio.http.ChannelEvent$.ChannelRead
final case class ChannelRead[A](message: A) extends Event[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Event[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

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

Attributes

Inherited from:
Event

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product