Transaction

object Transaction
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def removeInternalObserver[A](observable: Observable[A], observer: InternalObserver[A]): Unit

Safely remove internal observer (such that it doesn't interfere with iteration over the list of observers). Removal still happens synchronously, just at the end of a transaction if one is running right now.

Safely remove internal observer (such that it doesn't interfere with iteration over the list of observers). Removal still happens synchronously, just at the end of a transaction if one is running right now.