Read

zio.http.ChannelEvent.Read
final case class Read[A](message: A) extends ChannelEvent[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ChannelEvent[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
ChannelEvent
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product