subscribe

open override fun subscribe(observer: (Set<T>) -> Unit): () -> Unit

Subscribe for the state change notifications. Calls the observer with the current state.