Viewable Set
class ViewableSet<T : Any>(set: MutableSet<T> = LinkedHashSet<T>()) : IMutableViewableSet<T>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Adds a subscription for additions and removals of set elements. When the subscription is initially added, handler is called with AddRemove.Add events for all elements currently in the set.
open override fun advise(lifetime: Lifetime, handler: (IViewableSet.Event<T>) -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard