contents

object contents extends ObservableImpl[T, Update[T, View]]
trait ObservableImpl[T, Update[T, View]]
trait Observable[T, Update[T, View]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(update: Update[T, View])(implicit tx: T): Unit

Inherited methods

final protected
def fire(update: Update[T, View])(implicit tx: T): Unit
Inherited from
ObservableImpl
final
def react(fun: T => Update[T, View] => Unit)(implicit tx: T): Disposable[T]
Inherited from
ObservableImpl