Observer

trait Observer[T <: Exec[T], -A] extends Disposable[T]
Companion
object
trait Disposable[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(update: A)(implicit tx: T): Unit

Inherited methods

def dispose()(implicit tx: T): Unit
Inherited from
Disposable