Event

sealed trait Event[+A]

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

class Object
trait Matchable
class Any

Value members

Concrete methods

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