UserEventTriggered

zio.http.ChannelEvent.UserEventTriggered
case class UserEventTriggered(event: UserEvent) extends ChannelEvent[Nothing]

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
ChannelEvent
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product