abstract fun notifyObservers(block: T.() -> Unit): Unit
Notifies all registered observers about a change.
block - the notification (method on the observer to be invoked).
block