Interface ObservableSetMultimapValue<K,V>

Type Parameters:
K - The key type of the ObservableSetMultimap.
V - The value type of the ObservableSetMultimap.
All Superinterfaces:
Multimap<K,V>, Observable, ObservableObjectValue<ObservableSetMultimap<K,V>>, ObservableSetMultimap<K,V>, ObservableValue<ObservableSetMultimap<K,V>>, SetMultimap<K,V>
All Known Implementing Classes:
ReadOnlySetMultimapProperty, ReadOnlySetMultimapPropertyBase, ReadOnlySetMultimapWrapper, SetMultimapBinding, SetMultimapExpression, SetMultimapProperty, SetMultimapPropertyBase, SimpleSetMultimapProperty

public interface ObservableSetMultimapValue<K,V> extends ObservableObjectValue<ObservableSetMultimap<K,V>>, ObservableSetMultimap<K,V>
An observable reference to an ObservableSetMultimap.

This interface provides identical functionality for SetMultimap as ObservableMapValue for Map, ObservableSetValue for Set, or ObservableListValue for List.