Event

zio.http.ChannelEvent$.Event
sealed trait Event[+A]

Immutable and type-safe representation of events that are triggered on a channel.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Concise view

Value members

Concrete methods

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