ChannelRead

final case class ChannelRead[A](message: A) extends Event[A]
trait Serializable
trait Product
trait Equals
trait Event[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

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