Interface SetObservable<E>

Type Parameters:
E - element type
All Superinterfaces:
CollectionObservable<E,Set<E>>, Observable<Set<E>>

@AvailableSince("0.0.39") public interface SetObservable<E> extends CollectionObservable<E,Set<E>>
Represents an observable containing multiple unique values
See Also: