GeneratorEvent

trait GeneratorEvent[T <: Txn[T], A] extends Event[T, A]
trait Event[T, A]
trait Writable
trait EventLike[T, A]
trait Observable[T, A]
class Object
trait Matchable
class Any
trait Mapped
trait RootGeneratorEvent[T, A]

Value members

Concrete methods

final
def fire(update: A)(implicit tx: T): Unit

Inherited methods

final
def --->(sink: Event[T, Any])(implicit tx: T): Unit
Inherited from
Event
final
def -/->(sink: Event[T, Any])(implicit tx: T): Unit
Inherited from
Event
override
def equals(that: Any): Boolean
Definition Classes
Event -> Any
Inherited from
Event
override
def hashCode: Int
Definition Classes
Event -> Any
Inherited from
Event
def node: Node[T]
Inherited from
Event
final
def react(fun: T => A => Unit)(implicit tx: T): Disposable[T]
Inherited from
Event
final
def write(out: DataOutput): Unit
Inherited from
Event