OnEvs

rescala.operator.EventBundle.Events$.OnEvs
class OnEvs[T](events: => Seq[Event[T]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

final def act2[A](fun: T => A): FoldMatch[A]

Constructs a handler for all events, note that events may dynamically compute the events from the current state

Constructs a handler for all events, note that events may dynamically compute the events from the current state

Attributes