-
- All Implemented Interfaces:
-
kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.Set
public interface ObservableSet<T extends Object> implements Set<T>
-
-
Method Summary
Modifier and Type Method Description abstract UnitwhenObjectAdded(Function1<T, Unit> action)abstract UnitforAll(Function1<T, Unit> action)-
Methods inherited from class kotlin.collections.Set
contains, containsAll, getSize, isEmpty, iterator, spliterator -
Methods inherited from class kotlin.collections.Iterable
forEach -
Methods inherited from class kotlin.collections.Collection
parallelStream, stream -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-