Package-level declarations
Types
Link copied to clipboard
class ObservableCollection<E>(val collection: MutableCollection<E>, handleUpdate: () -> Unit) : MutableCollection<E>
Link copied to clipboard
class ObservableIterator<T>(val iterator: MutableIterator<T>, handleUpdate: () -> Unit) : MutableIterator<T>
Link copied to clipboard
Link copied to clipboard
class ObservableListIterator<T>(val iterator: MutableListIterator<T>, handleUpdate: () -> Unit) : MutableListIterator<T>
Link copied to clipboard
Link copied to clipboard