OnEv

rescala.operator.EventBundle.Events$.OnEv
class OnEv[T](event: 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 handling branch that handles the static event

Constructs a handling branch that handles the static event

Attributes

fun

handler for activations of event

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

Similar to act2, but provides access to a dynamic ticket in fun

Similar to act2, but provides access to a dynamic ticket in fun

Attributes