Event

rescala.compat.EventCompatBundle.Event$
object Event

Similar to Signal expressions, but resulting in an event. Accessed events return options depending on whether they fire or not, and the complete result of the expression is an event as well.

Attributes

See also:

Signal

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Event.type

Members list

Concise view

Value members

Concrete methods

inline def apply[T](inline expr: Option[T])(using ct: CreationTicket): Event[T]
inline def dynamic[T](inline expr: Option[T])(using ct: CreationTicket): Event[T]