Interface ValueSet<T>

Type Parameters:
T - the value type
All Superinterfaces:
Consumer<Set<T>>, EventObserver<Set<T>>, Iterable<T>, Supplier<Set<T>>, Value<Set<T>>, ValueObserver<Set<T>>, Values<T,Set<T>>, ValuesObserver<T,Set<T>>

public interface ValueSet<T> extends Values<T,Set<T>>
An observable wrapper for a Set of values, including a possible null value. A factory for ValueSet instances.